diff --git a/default.cfg b/default.cfg index 97eeacc..ee0ae3a 100644 --- a/default.cfg +++ b/default.cfg @@ -1147,7 +1147,7 @@ indent_paren_after_func_call = false # true/false # Whether to indent a comma when inside a parenthesis. # If true, aligns under the open parenthesis. -indent_comma_paren = false # true/false +indent_comma_paren = true # true/false # Whether to indent a Boolean operator when inside a parenthesis. # If true, aligns under the open parenthesis. @@ -2039,14 +2039,14 @@ pos_compare = ignore # ignore/break/force/lead/trail/join/ pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force # The position of the comma in wrapped expressions. -pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force +pos_comma = trail # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force # The position of the comma in enum entries. pos_enum_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force # The position of the comma in the base class list if there is more than one # line. Affects nl_class_init_args. -pos_class_comma = trail_force # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force +pos_class_comma = trail # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force # The position of the comma in the constructor initialization list. # Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. @@ -2054,7 +2054,7 @@ pos_constr_comma = trail_force # ignore/break/force/lead/trail/ # The position of trailing/leading class colon, between class and base class # list. Affects nl_class_colon. -pos_class_colon = trail_force # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force +pos_class_colon = trail # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force # The position of colons between constructor and member initialization. # Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma.