mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-16335 Preserve formatting of converted collection literals
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
xs = (<caret>
|
||||
1, 2, # comment 1
|
||||
3 # comment 2
|
||||
)
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
xs = [
|
||||
1, 2, # comment 1
|
||||
3 # comment 2
|
||||
]
|
||||
Reference in New Issue
Block a user