File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ *pythonmodeindent.txt* For Vim Version 8.0
2+
3+ ____ _ _ ____ _ _ _____ _ _ __ __ _____ ____ ____ ~
4+ ( _ \( \/ )(_ _)( )_( )( _ )( \( )___( \/ )( _ )( _ \( ___) ~
5+ )___/ \ / )( ) _ ( )(_)( ) ((___)) ( )(_)( )(_) ))__) ~
6+ (__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
7+ PYTHONMODEINDENT
8+
9+
10+ ===============================================================================
11+ CONTENTS *pythonmodeindent-contents*
12+
13+ 1. Common functionality................................|pythonmodeindent-common|
14+ 1.1 Python indentation.............................|pythonmodeindent-indent|
15+
16+ ===============================================================================
17+ 1. Common functionality ~
18+ *pythonmodeindent-common*
19+
20+ -------------------------------------------------------------------------------
21+ 1.1 Python indentation ~
22+ *pythonmodeindent-indent*
23+
24+ *'g:pythonmodeindent_indent_hanging_width'*
25+
26+ Customize hanging indent size different than &shiftwidth.
27+
28+ >
29+ let g:pythonmodeindent_indent_hanging_width = &shiftwidth
30+ let g:pythonmodeindent_indent_hanging_width = 4
You can’t perform that action at this time.
0 commit comments