Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e472e0

Browse files
committed
Fix comment for indenting in C files.
1 parent d4ccfcb commit 4e472e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/Vim/vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
" Number of spaces to use for an indent.
2020
" This will affect Ctrl-T and 'autoindent'.
2121
" Python: 4 spaces
22-
" C: tab (8 spaces)
22+
" C: 4 spaces
2323
au BufRead,BufNewFile *.py,*pyw set shiftwidth=4
2424
au BufRead,BufNewFile *.c,*.h set shiftwidth=4
2525

0 commit comments

Comments
 (0)