1
0
Fork 0

nvim: Set scss indentation to 2 spaces

This commit is contained in:
Jeremy Kaplan 2020-06-12 14:23:36 -07:00
commit 7cb0f4f93b

View file

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