mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +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
4 lines
52 B
Python
4 lines
52 B
Python
match [1, 2]:
|
|
case 1, \
|
|
2:
|
|
pass |