optional space before backslash (on by default) in python code style settings (PY-5674)

This commit is contained in:
Dmitry Jemerov
2013-01-29 20:31:08 +01:00
parent b796386013
commit 950c820cc0
13 changed files with 33 additions and 14 deletions
@@ -1,3 +1,3 @@
a = "foo"\
a = "foo" \
"bar"
x(a)