Skip to content

Commit

Permalink
Update indent size to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsun committed Feb 26, 2012
1 parent 7c9f202 commit 4cc0a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/slim.vim
Expand Up @@ -8,7 +8,7 @@ runtime! indent/ruby.vim
unlet! b:did_indent unlet! b:did_indent
let b:did_indent = 1 let b:did_indent = 1


setlocal autoindent sw=2 et setlocal autoindent sw=4 et
setlocal indentexpr=GetSlimIndent() setlocal indentexpr=GetSlimIndent()
setlocal indentkeys=o,O,*<Return>,},],0),!^F,=end,=else,=elsif,=rescue,=ensure,=when setlocal indentkeys=o,O,*<Return>,},],0),!^F,=end,=else,=elsif,=rescue,=ensure,=when


Expand Down

0 comments on commit 4cc0a4f

Please sign in to comment.