Fix comment for indenting in C files.

This commit is contained in:
Brett Cannon 2006-08-31 21:45:56 +00:00
parent d4ccfcb06e
commit 4e472e05bd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
" Number of spaces to use for an indent.
" This will affect Ctrl-T and 'autoindent'.
" Python: 4 spaces
" C: tab (8 spaces)
" C: 4 spaces
au BufRead,BufNewFile *.py,*pyw set shiftwidth=4
au BufRead,BufNewFile *.c,*.h set shiftwidth=4