fix: change folding algorithm to fix Python indents

This commit is contained in:
George Harker 2023-03-14 12:25:38 -07:00 committed by Stephan Seitz
parent cd436f92f6
commit fa0644667e
4 changed files with 85 additions and 17 deletions

View file

@ -20,3 +20,11 @@ except:
pass
finally:
pass
while (a > 4 and
b > 5):
pass
try:
pass