Skip to content

Commit 8c26c9c

Browse files
committed
Rearrange settings
1 parent 6541a8a commit 8c26c9c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

indent/clojure.vim

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ set cpo&vim
1717

1818
let b:undo_indent = 'setlocal autoindent< smartindent< lispwords< expandtab< softtabstop< shiftwidth< indentexpr< indentkeys<'
1919

20-
setlocal noautoindent expandtab nosmartindent
21-
22-
setlocal softtabstop=2
23-
setlocal shiftwidth=2
24-
20+
setlocal noautoindent nosmartindent
21+
setlocal softtabstop=2 shiftwidth=2 expandtab
2522
setlocal indentkeys=!,o,O
2623

2724
if exists("*searchpairpos")

0 commit comments

Comments
 (0)