Skip to content

Commit

Permalink
uncrustify: add "sp_after_cast = remove"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 25, 2019
1 parent 1f7292c commit fe10a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uncrustify-riot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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();"
Expand Down

0 comments on commit fe10a37

Please sign in to comment.