summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-08-31 21:47:52 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-08-31 21:47:52 (GMT)
commit6edd150172b7a96c497ae5cd3d6c2e031cd8d556 (patch)
tree0b160d53c46f0e7447876fa82fa9f59a24bdb801
parent2b3666f73781b7c3207c5babda6edadaf85b8b30 (diff)
downloadcpython-6edd150172b7a96c497ae5cd3d6c2e031cd8d556.zip
cpython-6edd150172b7a96c497ae5cd3d6c2e031cd8d556.tar.gz
cpython-6edd150172b7a96c497ae5cd3d6c2e031cd8d556.tar.bz2
Fix comment about indentation level in C files.
-rw-r--r--Misc/Vim/vimrc2
1 files changed, 1 insertions, 1 deletions
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