mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-10 02:51:51 +08:00
Use recommended_style pattern for indenting defaults
This commit is contained in:
@@ -8,7 +8,7 @@ if exists("b:did_indent")
|
||||
endif
|
||||
let b:did_indent = 1
|
||||
|
||||
setlocal autoindent sw=2 et
|
||||
setlocal autoindent
|
||||
setlocal indentexpr=GetSassIndent()
|
||||
setlocal indentkeys=o,O,*<Return>,<:>,!^F
|
||||
|
||||
|
||||
Reference in New Issue
Block a user