config/nvim/vimscript/filetypes.vim (view raw)
1 2 3
au FileType python,elm setl sw=4 ts=4 sts=2 au FileType go setl noet sw=4 ts=4 sts=2 au FileType javascript,html,jst,pug,css,less,scss,json,yaml,lua,vim setl sw=2 ts=2 sts=2