Remove legacy comments from config

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2022-12-08 15:02:14 +00:00
parent be88e80e3d
commit d021032d51

View file

@ -50,7 +50,7 @@ nl_struct_brace = remove
nl_do_brace = remove
nl_if_brace = remove
nl_for_brace = remove
nl_else_brace = remove # Note: this option may cause problems for macro-guarded if-else partials
nl_else_brace = remove
nl_while_brace = remove
nl_switch_brace = remove
@ -202,8 +202,6 @@ sp_inside_braces_enum = add
# At least 1 space inside '{ }' in a struct
sp_inside_braces_struct = add
# Except for empty braces which should not have a space
# At least 1 space between a function return type and the function name
sp_type_func = add