aboutsummaryrefslogtreecommitdiffstats
path: root/projects/aodocs.vim
diff options
context:
space:
mode:
authorTeddy Wing2019-07-11 20:23:42 +0200
committerTeddy Wing2019-07-11 20:23:42 +0200
commitb2d76c515427e02e3da8cb78b8c335bf41c97ee1 (patch)
treec7ad8d23593008908dfe684db97644d09e50f5e8 /projects/aodocs.vim
parentbb506f14758be6bc1d79d8b67d25d1e98d580b08 (diff)
downloaddotvim-b2d76c515427e02e3da8cb78b8c335bf41c97ee1.tar.bz2
projects/aodocs.vim: Set HTML indentation rules
Diffstat (limited to 'projects/aodocs.vim')
-rw-r--r--projects/aodocs.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/aodocs.vim b/projects/aodocs.vim
index 9721b6b..9cba95b 100644
--- a/projects/aodocs.vim
+++ b/projects/aodocs.vim
@@ -13,6 +13,9 @@ augroup AODocs
autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AODOCS/*.json
\ setlocal expandtab tabstop=4 softtabstop=4 shiftwidth=4
+ autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AODOCS/*.html
+ \ setlocal expandtab tabstop=4 softtabstop=4 shiftwidth=4
+
autocmd BufNewFile,BufRead
\ $VIM_PROJECT_PATH_AODOCS_GO/*/.git/{COMMIT_EDIT,MERGE_,TAG_EDIT}MSG
\,$VIM_PROJECT_PATH_AODOCS/*/.git/{COMMIT_EDIT,MERGE_,TAG_EDIT}MSG