You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the progress of implementing support for all the Python auto-formatting options related to spaces. The relevant functionality will mostly be implemented in the SpaceVisitor in a similar fashion as the Java formatter.
Implementation Checklist
Before Parentheses
method_call
method_declaration
left_bracket
Around Operators
assignment
equality
relational
bitwise
additive
multiplicative
shift
power
eq_in_named_parameter
eq_in_keyword_argument
Within
brackets
method_declaration_parentheses
empty_method_declaration_parentheses
method_call_parentheses
empty_method_call_parentheses
braces
Other
before_comma
after_comma
before_for_semicolon
before_colon
after_colon
before_backslash
before_hash
after_hash
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
This issue tracks the progress of implementing support for all the Python auto-formatting options related to spaces. The relevant functionality will mostly be implemented in the
SpaceVisitor
in a similar fashion as the Java formatter.Implementation Checklist
Before Parentheses
method_call
method_declaration
left_bracket
Around Operators
assignment
equality
relational
bitwise
additive
multiplicative
shift
power
eq_in_named_parameter
eq_in_keyword_argument
Within
brackets
method_declaration_parentheses
empty_method_declaration_parentheses
method_call_parentheses
empty_method_call_parentheses
braces
Other
before_comma
after_comma
before_for_semicolon
before_colon
after_colon
before_backslash
before_hash
after_hash
The text was updated successfully, but these errors were encountered: