aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Goncharow <Alec.Goncharow@gmail.com>2018-07-31 19:07:38 -0400
committerAlec Goncharow <Alec.Goncharow@gmail.com>2018-07-31 19:07:38 -0400
commit3d0169bd81476275e782cf79c8c62e24b62a287b (patch)
treebe622e872f490ed8e6a4658276f545fd9ce1e065
parent680ba5c36c98d8a1698b3e7717eb55972c7d9f1e (diff)
dumb setting fix
-rw-r--r--.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index c3b9fa3..de43c06 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -112,7 +112,7 @@ au BufRead,BufNewFile *.css set tabstop=2
"spaces for indents
au BufRead,BufNewFile *.css set shiftwidth=2
au BufRead,BufNewFile *.css set expandtab
-au BufRead,BufNewFile *.html,*.py,*.js set softtabstop=2
+au BufRead,BufNewFile *.css set softtabstop=2
set ai "auto indent
set si "smart indent