aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/c.vim
blob: e7dc9b6f26464403f07a99d450cb25f3fdea34b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
set tw=0
set cindent
set nospell

set foldmarker=#if,#endif
set iskeyword-=_

set tabstop=8
set softtabstop=8
set shiftwidth=8
set noexpandtab