]> granicus.if.org Git - python/commitdiff
Fix comment about indentation level in C files.
authorBrett Cannon <bcannon@gmail.com>
Thu, 31 Aug 2006 21:47:52 +0000 (21:47 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 31 Aug 2006 21:47:52 +0000 (21:47 +0000)
Misc/Vim/vimrc

index af60614b1700661ba7f2fa4b9fd57f3ca60fe4c2..0df3bd9135aec6ad4293c6635cd0082867ab2c2b 100644 (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