mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
Additionally now PyTrailingBlankLinesPostFormatProcessor modifies adjacent whitespace when reformat action was called on a single PSI element, similarly to the way it works for specific text range (hence the change in test data).
3 lines
25 B
Python
3 lines
25 B
Python
x=[1,2,3]
|
|
y = 'spam' * 2
|