Adding spaces between parentheses and arguments
I like to format my code with spaces between parens and args:
def someMethod( self, anArg, anotherArg ):
someFunction( anotherFunction( 1, 2, 3 ) )
Is it possible to have Wing help with this by auto-completing with this formatting? I couldn't find anything in the preferences.
Comments