set xhtml shift width to 2
This commit is contained in:
parent
8efdef91b0
commit
1ca4408f53
1
vimrc
1
vimrc
@ -120,4 +120,5 @@ if has("autocmd")
|
|||||||
autocmd QuickFixCmdPre grep copen
|
autocmd QuickFixCmdPre grep copen
|
||||||
autocmd QuickFixCmdPre vimgrep copen
|
autocmd QuickFixCmdPre vimgrep copen
|
||||||
autocmd FileType html set sw=2 ts=2 sts=2
|
autocmd FileType html set sw=2 ts=2 sts=2
|
||||||
|
autocmd FileType xhtml set sw=2 ts=2 sts=2
|
||||||
endif " has("autocmd")
|
endif " has("autocmd")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user