From: Brett Cannon Date: Thu, 31 Aug 2006 21:47:52 +0000 (+0000) Subject: Fix comment about indentation level in C files. X-Git-Tag: v2.6a1~2730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6edd150172b7a96c497ae5cd3d6c2e031cd8d556;p=python Fix comment about indentation level in C files. --- diff --git a/Misc/Vim/vimrc b/Misc/Vim/vimrc index af60614b17..0df3bd9135 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