commit | 6edd150172b7a96c497ae5cd3d6c2e031cd8d556 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Aug 31 21:47:52 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Aug 31 21:47:52 2006 +0000 |
tree | 0b160d53c46f0e7447876fa82fa9f59a24bdb801 | |
parent | 2b3666f73781b7c3207c5babda6edadaf85b8b30 [diff] [blame] |
Fix comment about indentation level in C files.
diff --git a/Misc/Vim/vimrc b/Misc/Vim/vimrc index af60614..0df3bd9 100644 --- a/Misc/Vim/vimrc +++ b/Misc/Vim/vimrc
@@ -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