Change js indentation settings to et, 2

This commit is contained in:
Pavle Portic 2019-10-15 13:26:12 +02:00
parent 4ae4e389fd
commit 6472308ad7
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ function! UserConfig()
augroup filetypeDefinitions
autocmd Filetype i3 setl noet ts=2 sts=2 sw=2
autocmd Filetype html,jinja.html,blade setl noet ts=2 sts=2 sw=2
autocmd Filetype javascript,js,vue,json,jsx setl noet ts=4 sts=4 sw=4
autocmd Filetype javascript,js,vue,json,jsx setl et ts=2 sts=2 sw=2
autocmd Filetype python setl noet ts=4 sw=4 sts=4 tw=0
autocmd Filetype php setl et ts=4 sw=4 sts=4 tw=0
autocmd Filetype c,cpp setl noet ts=4 sts=4 sw=4