We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abd673 commit 490eaf9Copy full SHA for 490eaf9
2 files changed
pymode/__init__.py
@@ -22,6 +22,7 @@ class Options(object):
22
in_place = True
23
indent_size = int(vim.eval('&tabstop'))
24
line_range = None
25
+ hang_closing = False
26
max_line_length = int(vim.eval('g:pymode_options_max_line_length'))
27
pep8_passes = 100
28
recursive = False
submodules/autopep8
0 commit comments