Files
openide/python/testData/formatter/commentedCodeFragmentIgnored_after.py
Mikhail Golubev a1382d3f9a PY-12360 PyTrailingBlankLinesPostFormatProcessor operates solely on Document level
Since it finally works as expected now, I also updated test data files to include this extra
line feed required by PEP8.
2015-04-27 20:34:49 +03:00

7 lines
148 B
Python

# This normal comment won't be touched as well
# for a in [1, 2, 3]:
# if a == 1:
# print 'x'
# elif a == 2:
# print 'y'