vimrc: indent line
This commit is contained in:
parent
f84068c2c1
commit
b9e6f98958
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user