Browse Source

Indent for C type files

merge-requests/1/merge
lhark 10 years ago
parent
commit
2ff5eedf06
  1. 8
      vim/after/ftplugin/c.vim
  2. 8
      vim/after/ftplugin/cpp.vim

8
vim/after/ftplugin/c.vim

@ -0,0 +1,8 @@
" C specific config
" Indentation
setlocal autoindent
setlocal si
setlocal shiftwidth=4
setlocal noexpandtab

8
vim/after/ftplugin/cpp.vim

@ -0,0 +1,8 @@
" C++ specific config
" Indentation
setlocal autoindent
setlocal si
setlocal shiftwidth=4
setlocal noexpandtab
Loading…
Cancel
Save