mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
Unless this indentation is going to break existing block structure, e.g. by splitting the containing function in the middle. Additionally I improved detection of an empty statement list when the caret is at the end of file.
8 lines
79 B
Python
8 lines
79 B
Python
def f():
|
|
def g():
|
|
a = 1
|
|
a = 1
|
|
b = 2
|
|
|
|
b = 2
|