mirror of
https://github.com/tpope/vim-haml.git
synced 2026-02-21 12:28:28 +08:00
Stop setting shiftwidth and expandtab
This commit is contained in:
@@ -10,7 +10,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
|
||||||
setlocal indentexpr=GetHamlIndent()
|
setlocal indentexpr=GetHamlIndent()
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user