HTML and JSON 2 space tabs
This commit is contained in:
parent
05284b9881
commit
1280f9d1c2
@ -45,7 +45,7 @@ set list
|
||||
set listchars=tab:――,space:·,trail:·
|
||||
|
||||
autocmd BufRead,BufNewFile *.cs,*.java set tabstop=4 shiftwidth=4 expandtab
|
||||
autocmd BufRead,BufNewFile *.rb,*.css,*.js set tabstop=2 shiftwidth=2 expandtab
|
||||
autocmd BufRead,BufNewFile *.rb,*.css,*.js,*.html,*.json set tabstop=2 shiftwidth=2 expandtab
|
||||
autocmd FileType crontab set backupcopy=yes
|
||||
|
||||
function TrimTrailingInvisibles()
|
||||
|
Loading…
Reference in New Issue
Block a user