diff options
Diffstat (limited to 'vim/.vim/ftplugin')
-rw-r--r-- | vim/.vim/ftplugin/c.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vim/ftplugin/c.vim b/vim/.vim/ftplugin/c.vim index 5c2fba2..1685f9e 100644 --- a/vim/.vim/ftplugin/c.vim +++ b/vim/.vim/ftplugin/c.vim @@ -1,2 +1,4 @@ set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 set autoindent + +set syntax=c.doxygen |