CSS tab stop
Starting to think maybe I need a conditional that checks a bunch of filetypes to do this
This commit is contained in:
parent
b036456001
commit
ed4288a243
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ autocmd BufNewFile,BufRead nginx.conf set filetype=nginx
|
|||
autocmd BufNewFile,BufRead *.mustache,*.hogan,*.hulk,*.hjs set filetype=html.mustache syntax=mustache
|
||||
autocmd BufNewFile,BufRead *.handlebars,*.hbs set filetype=html.handlebars syntax=mustache
|
||||
|
||||
autocmd FileType css setlocal tabstop=2 shiftwidth=2 softtabstop=2
|
||||
autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 softtabstop=2
|
||||
autocmd FileType go setlocal noexpandtab
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue