Indentation settings for C source

master
Dustin 2016-02-07 18:29:17 -06:00
parent f4019102b7
commit 0c3e2ed261
1 changed files with 4 additions and 0 deletions

4
ftplugin/c.vim Normal file
View File

@ -0,0 +1,4 @@
setlocal shiftwidth=4
setlocal tabstop=4
setlocal softtabstop=4
setlocal expandtab