Use recommended_style pattern for indenting defaults

This commit is contained in:
Tim Pope
2022-08-22 15:15:04 -04:00
parent 2824214c61
commit 95a095a4d2
2 changed files with 6 additions and 1 deletions

View File

@@ -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