mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Adds a new option which allows to parenthesise call chains, import statements, string literals and binary expressions instead of using backslashes when splitting them to multiline by pressing Enter Tests for PY-17193, PY-10709 Merge-request: IJ-MR-98747 Merged-by: Daniil Kalinin <Daniil.Kalinin@jetbrains.com> GitOrigin-RevId: 964f6c997e1e106a3d1b82d24e46947cc83fb2c6
3 lines
48 B
Python
3 lines
48 B
Python
match [1, 2]:
|
|
case 1, <caret>2:
|
|
pass |