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

index 2b5bf6687783ae74d07c70bee9a592bfd3369c16..ff7c4c6d967cb7a898bed49faa2165b3f96c45e6 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