mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
uncrustify: add "sp_after_cast = remove"
This commit is contained in:
parent
1f7292c358
commit
fe10a37e41
@ -54,6 +54,7 @@ sp_bool = add #
|
||||
sp_compare = add #
|
||||
sp_assign = add #
|
||||
sp_after_comma = add #
|
||||
sp_after_cast = remove # "(int) foo vs (int)foo
|
||||
sp_func_def_paren = remove # "int foo (){" vs "int foo(){"
|
||||
sp_func_call_paren = remove # "foo (" vs "foo("
|
||||
sp_func_proto_paren = remove # "int foo ();" vs "int foo();"
|
||||
|
Loading…
Reference in New Issue
Block a user