mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add comment about optional option for keeping indentation level from previous
line.
This commit is contained in:
parent
3f8f666914
commit
e6c430dffe
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ au BufNewFile *.py,*.pyw,*.c,*.h set fileformat=unix
|
|||
"``let python_highlight_all=1``
|
||||
"``syntax on``
|
||||
|
||||
" Automatically indent: ``filetype indent on``
|
||||
" Automatically indent based on file type: ``filetype indent on``
|
||||
" Keep indentation level from previous line: ``set autoindent``
|
||||
|
||||
" Folding based on indentation: ``set foldmethod=indent``
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue