Files
openide/python/testData/formatter/chainedAttributeAccessInParentheses_after.py
Mikhail Golubev 8346c97d60 PY-27266 Don't use ALIGN_MULTILINE_PARENTHESIZED_EXPRESSION in Python formatter
It is not actually exposed anywhere in Python code style settings and
defaults to false thus affecting parenthesized multiline (chained)
qualified references and calls. Previously, oddly enough, this
behavior was controlled by ALIGN_COLLECTIONS_AND_COMPREHENSIONS flag.
2017-12-18 19:59:51 +03:00

4 lines
51 B
Python