Warning, /frameworks/ktexteditor/autotests/input/indent/python/tuple1/expected is written in an unsupported language. File is not indexed.

0001 a_tuple = (  # opening tuple w/out elements should indent once
0002     1,
0003     2)
0004 pass