update
This commit is contained in:
parent
9a16d6cd80
commit
8b08ebee41
@ -1147,7 +1147,7 @@ indent_paren_after_func_call = false # true/false
|
|||||||
|
|
||||||
# Whether to indent a comma when inside a parenthesis.
|
# Whether to indent a comma when inside a parenthesis.
|
||||||
# If true, aligns under the open 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.
|
# Whether to indent a Boolean operator when inside a parenthesis.
|
||||||
# If true, aligns under the open 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
|
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.
|
# 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.
|
# 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
|
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
|
# The position of the comma in the base class list if there is more than one
|
||||||
# line. Affects nl_class_init_args.
|
# 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.
|
# The position of the comma in the constructor initialization list.
|
||||||
# Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon.
|
# 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
|
# The position of trailing/leading class colon, between class and base class
|
||||||
# list. Affects nl_class_colon.
|
# 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.
|
# The position of colons between constructor and member initialization.
|
||||||
# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma.
|
# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma.
|
||||||
|
Loading…
Reference in New Issue
Block a user