We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6541a8a commit 8c26c9cCopy full SHA for 8c26c9c
1 file changed
indent/clojure.vim
@@ -17,11 +17,8 @@ set cpo&vim
17
18
let b:undo_indent = 'setlocal autoindent< smartindent< lispwords< expandtab< softtabstop< shiftwidth< indentexpr< indentkeys<'
19
20
-setlocal noautoindent expandtab nosmartindent
21
-
22
-setlocal softtabstop=2
23
-setlocal shiftwidth=2
24
+setlocal noautoindent nosmartindent
+setlocal softtabstop=2 shiftwidth=2 expandtab
25
setlocal indentkeys=!,o,O
26
27
if exists("*searchpairpos")
0 commit comments