2 changed files with 16 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
" C specific config |
||||
|
|
||||
|
" Indentation |
||||
|
setlocal autoindent |
||||
|
setlocal si |
||||
|
setlocal shiftwidth=4 |
||||
|
setlocal noexpandtab |
||||
|
|
||||
@ -0,0 +1,8 @@ |
|||||
|
" C++ specific config |
||||
|
|
||||
|
" Indentation |
||||
|
setlocal autoindent |
||||
|
setlocal si |
||||
|
setlocal shiftwidth=4 |
||||
|
setlocal noexpandtab |
||||
|
|
||||
Loading…
Reference in new issue