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:
Josh Sherman 2016-09-18 21:03:07 -05:00
parent b036456001
commit ed4288a243

View file

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