aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index bdcaf2b..ac1e2cb 100644
--- a/vimrc
+++ b/vimrc
@@ -33,6 +33,6 @@ noremap <silent> cu :<C-B>silent <C-E>s/^\V<C-R>=escape(b:comment_leader,'\/')<C
33 33
34" Personal tabs/spaces settings. 34" Personal tabs/spaces settings.
35autocmd Filetype make,go setlocal noexpandtab tabstop=4 shiftwidth=4 35autocmd Filetype make,go setlocal noexpandtab tabstop=4 shiftwidth=4
36autocmd Filetype c,cpp,sh setlocal expandtab tabstop=4 shiftwidth=4 36autocmd Filetype c,cpp,sh,lua setlocal expandtab tabstop=4 shiftwidth=4
37autocmd Filetype html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2 37autocmd Filetype html,javascript,css setlocal expandtab tabstop=2 shiftwidth=2
38 38