Skip to content

Commit

Permalink
Changing tabstop for xml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Roomann-Kurrik committed Jan 8, 2013
1 parent ce3f165 commit 034e8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -66,7 +66,7 @@ autocmd FileType cpp setlocal expandtab shiftwidth=2 softtabstop=2
autocmd FileType cpp highlight SpecialKey ctermbg=yellow guibg=yellow

" XML
autocmd FileType xml setlocal noexpandtab shiftwidth=8 softtabstop=8
autocmd FileType xml setlocal noexpandtab shiftwidth=4 tabstop=4 softtabstop=4
autocmd FileType xml highlight SpecialKey ctermbg=darkgray guibg=#333333

" Ruby
Expand Down

0 comments on commit 034e8c6

Please sign in to comment.