2015-12-24 17:09:44 +00:00
|
|
|
" C specific config
|
|
|
|
|
|
|
|
" Indentation
|
2016-09-28 14:35:44 +00:00
|
|
|
setlocal cindent
|
2015-12-24 17:09:44 +00:00
|
|
|
setlocal si
|
2018-07-10 19:37:04 +00:00
|
|
|
setlocal cinoptions+=:0
|
2015-12-24 17:09:44 +00:00
|
|
|
setlocal shiftwidth=4
|
|
|
|
setlocal noexpandtab
|
|
|
|
|