diff options
-rw-r--r-- | projects/aodocs.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/aodocs.vim b/projects/aodocs.vim index c72272a..f780396 100644 --- a/projects/aodocs.vim +++ b/projects/aodocs.vim @@ -17,7 +17,7 @@ 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 + autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AODOCS/*.{html,css} \ setlocal expandtab tabstop=4 softtabstop=4 shiftwidth=4 autocmd BufNewFile,BufRead |