Change indent for XML and HTML
This commit is contained in:
parent
095256610c
commit
c49fed2c73
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ autocmd FileType html set omnifunc=htmlcomplete#CompleteTags
|
|||
autocmd FileType css set omnifunc=csscomplete#CompleteCSS
|
||||
autocmd FileType php set omnifunc=phpcomplete#CompletePHP
|
||||
autocmd BufNewFile,BufRead *.vue set filetype=vue
|
||||
autocmd FileType xml set shiftwidth=2 softtabstop=2 tabstop=2
|
||||
autocmd FileType html set shiftwidth=2 softtabstop=2 tabstop=2
|
||||
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
"Mapping pour insérer la date du jour
|
||||
|
|
Loading…
Reference in a new issue