nvim: Indent CSS with 2 spaces
This commit is contained in:
parent
40a39cf0e3
commit
b6edfc81f9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue