Change default js indentation

This commit is contained in:
Pavle Portic 2021-01-16 01:47:30 +01:00
parent 15ae516342
commit ada72d3f44
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,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,jsx setl et ts=2 sts=2 sw=2
autocmd Filetype javascript,js,vue,jsx setl et ts=4 sts=4 sw=4
autocmd Filetype json setl et ts=4 sts=4 sw=4
autocmd Filetype python setl et ts=4 sw=4 sts=4 tw=0
autocmd Filetype php setl et ts=4 sw=4 sts=4 tw=0