mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
optional space before backslash (on by default) in python code style settings (PY-5674)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
a = "foo"\
|
||||
a = "foo" \
|
||||
"bar"
|
||||
x(a)
|
||||
|
||||
Reference in New Issue
Block a user