Skip to content

Commit

Permalink
clojure: indenting one space after (foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Vyskubov committed Jun 14, 2012
1 parent e251096 commit 92c2afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/clojure.vim
Expand Up @@ -165,7 +165,7 @@ function! GetClojureIndent()

normal! w
if paren[0] < line(".")
return paren[1] + &shiftwidth - 1
return paren[1] + &shiftwidth - 2
endif

normal! ge
Expand Down

0 comments on commit 92c2afa

Please sign in to comment.