vimrc: set ts,sw=4, tw=99 for ft=sway
This commit is contained in:
parent
0009ce5156
commit
f84068c2c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user