Menu

#1529 code formatter keyword args with "-"

open
Editor (491)
5
2012-09-14
2012-09-14
Anonymous
No

version: 2.6.0.2012062818

when "Use space before and after operators" checked, codes like

foo(bar=-1)

will be formatted into

foo(bar= -1)

BTW "Use space before and after assign for keyword arguments" is unchecked

Discussion