mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
Fix comment for indenting in C files.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user