We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4196ed commit 1cc457dCopy full SHA for 1cc457d
.vimrc
@@ -16,5 +16,5 @@ set shiftwidth=8
16
set expandtab
17
set makeprg=GCC_COLORS=\ make
18
set tw=79
19
-au FileType xml set tw=119
+au BufRead,BufNewFile *.xml set tw=119 shiftwidth=2 smarttab
20
au FileType c set tw=119
0 commit comments