Skip to content

Commit 490eaf9

Browse files
committed
Update autopep8 submodule and fix error caused by the update
1 parent 2abd673 commit 490eaf9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pymode/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Options(object):
2222
in_place = True
2323
indent_size = int(vim.eval('&tabstop'))
2424
line_range = None
25+
hang_closing = False
2526
max_line_length = int(vim.eval('g:pymode_options_max_line_length'))
2627
pep8_passes = 100
2728
recursive = False

0 commit comments

Comments
 (0)