vimrc: indent line

This commit is contained in:
surtur 2022-08-09 17:50:18 +02:00
parent f84068c2c1
commit b9e6f98958
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -542,7 +542,8 @@ au FileType xml setlocal shiftwidth=4 tabstop=4
au FileType html setlocal shiftwidth=4 tabstop=4
au BufNewFile,BufRead *.js
\ setlocal shiftwidth=4 tabstop=4 softtabstop=4 expandtab autoindent fileformat=unix
\ setlocal shiftwidth=4 tabstop=4 softtabstop=4 expandtab autoindent
\ fileformat=unix filetype=js
au FileType sway setl textwidth=99
\ tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent