forked from python-mode/python-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpythonmodeindent.txt
More file actions
30 lines (21 loc) · 1.34 KB
/
pythonmodeindent.txt
File metadata and controls
30 lines (21 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
*pythonmodeindent.txt* For Vim Version 8.0
____ _ _ ____ _ _ _____ _ _ __ __ _____ ____ ____ ~
( _ \( \/ )(_ _)( )_( )( _ )( \( )___( \/ )( _ )( _ \( ___) ~
)___/ \ / )( ) _ ( )(_)( ) ((___)) ( )(_)( )(_) ))__) ~
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____) ~
PYTHONMODEINDENT
===============================================================================
CONTENTS *pythonmodeindent-contents*
1. Common functionality................................|pythonmodeindent-common|
1.1 Python indentation.............................|pythonmodeindent-indent|
===============================================================================
1. Common functionality ~
*pythonmodeindent-common*
-------------------------------------------------------------------------------
1.1 Python indentation ~
*pythonmodeindent-indent*
*'g:pythonmodeindent_indent_hanging_width'*
Customize hanging indent size different than &shiftwidth.
>
let g:pythonmodeindent_indent_hanging_width = &shiftwidth
let g:pythonmodeindent_indent_hanging_width = 4