1
0
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:
Kaspar Schleiser 2019-01-25 10:52:15 +01:00
parent 1f7292c358
commit fe10a37e41

View File

@ -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();"