1
0
Fork 0

nvim: Indent CSS with 2 spaces

This commit is contained in:
Jeremy Kaplan 2020-03-20 23:35:13 -07:00
commit b6edfc81f9

View file

@ -262,6 +262,7 @@ command NoCrosshair :set virtualedit= nocursorcolumn
let g:AutoPairsShortcutToggle = ''
autocmd FileType css 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 json setlocal ts=2 sts=2 sw=2 expandtab