vimrc: set ts,sw=4, tw=99 for ft=sway

This commit is contained in:
surtur 2022-08-09 17:48:12 +02:00
parent 0009ce5156
commit f84068c2c1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -544,8 +544,8 @@ au FileType html setlocal shiftwidth=4 tabstop=4
au BufNewFile,BufRead *.js
\ setlocal shiftwidth=4 tabstop=4 softtabstop=4 expandtab autoindent fileformat=unix
au FileType sway setl textwidth=79
\ tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab autoindent
au FileType sway setl textwidth=99
\ tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent
au FileType rust setl
\ tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab autoindent ff=unix