From: Brett Cannon Date: Thu, 31 Aug 2006 21:45:56 +0000 (+0000) Subject: Fix comment for indenting in C files. X-Git-Tag: v3.0a1~1308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e472e05bdddde72d91d6f25d6e048371cf3c9be;p=thirdparty%2FPython%2Fcpython.git Fix comment for indenting in C files. --- diff --git a/Misc/Vim/vimrc b/Misc/Vim/vimrc index 2b5bf6687783..ff7c4c6d967c 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