nvim: Set scss indentation to 2 spaces
This commit is contained in:
parent
e23f6c45f9
commit
7cb0f4f93b
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ command NoCrosshair :set virtualedit= nocursorcolumn
|
||||||
let g:AutoPairsShortcutToggle = ''
|
let g:AutoPairsShortcutToggle = ''
|
||||||
|
|
||||||
autocmd FileType css setlocal ts=2 sts=2 sw=2 expandtab
|
autocmd FileType css setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
|
autocmd FileType scss setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
autocmd FileType html setlocal ts=2 sts=2 sw=2 expandtab
|
autocmd FileType html setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
autocmd FileType javascript.jsx setlocal ts=2 sts=2 sw=2 expandtab
|
autocmd FileType javascript.jsx setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
autocmd FileType javascript setlocal ts=2 sts=2 sw=2 expandtab
|
autocmd FileType javascript setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue