diff options
author | Teddy Wing | 2019-09-30 21:50:01 +0200 |
---|---|---|
committer | Teddy Wing | 2019-09-30 21:58:30 +0200 |
commit | a04285c336e0ad28637fd5233a3bdacfcd05ac3a (patch) | |
tree | f2fec2776c7d1fbed2435614b0a76520078658a0 | |
parent | d7aa43dceece2884fc58b3b2421c12f0be52b444 (diff) | |
download | dotvim-a04285c336e0ad28637fd5233a3bdacfcd05ac3a.tar.bz2 |
projects/aodocs.vim: Set CSS indentation rules
-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 |