feat(indent): support @aligned_indent for python

This commit is contained in:
Munif Tanjim 2022-01-19 03:06:06 +06:00 committed by Christian Clason
parent 46438064ac
commit bb60706433
5 changed files with 67 additions and 17 deletions

View file

@ -23,5 +23,9 @@ foo(
b)
if (a and
b):
b):
pass
if (a
and b):
pass