Disable auto-indents in HTML
This commit is contained in:
parent
161b3e23aa
commit
bca02e6fc6
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -152,7 +152,7 @@ endif
|
|||
if has('autocmd')
|
||||
autocmd BufRead,BufNewFile * set omnifunc=syntaxcomplete#Complete
|
||||
autocmd BufRead,BufNewFile *.go set noet sw=8 ts=8
|
||||
autocmd BufRead,BufNewFile *.html set et sw=2
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue