aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/c.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/after/ftplugin/c.vim')
-rw-r--r--vim/.vim/after/ftplugin/c.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/c.vim b/vim/.vim/after/ftplugin/c.vim
index b23ce46..e7dc9b6 100644
--- a/vim/.vim/after/ftplugin/c.vim
+++ b/vim/.vim/after/ftplugin/c.vim
@@ -3,3 +3,9 @@ set cindent
set nospell
set foldmarker=#if,#endif
+set iskeyword-=_
+
+set tabstop=8
+set softtabstop=8
+set shiftwidth=8
+set noexpandtab