Set tabstop to 4 for .ps1 files

This commit is contained in:
Anthony Rose 2023-04-12 16:17:13 +01:00
parent 77db9256ca
commit 195a6e07fe

2
vimrc
View file

@ -217,7 +217,7 @@ if has('autocmd')
autocmd BufRead,BufNewFile *.html set et sw=2 indk=
autocmd BufRead,BufNewFile *.md set et ft=markdown sw=2
autocmd BufRead,BufNewFile *.opml set et sw=2
autocmd BufRead,BufNewFile *.ps1 set et sw=4
autocmd BufRead,BufNewFile *.ps1 set et sw=4 ts=4
autocmd BufRead,BufNewFile *.rs set et sw=4
autocmd BufRead,BufNewFile *.txt set et sw=3 tw=72
autocmd BufRead,BufNewFile *.xml set et sw=2