From fe10a37e4128747c27d72ac27ad62199d695ca78 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 25 Jan 2019 10:52:15 +0100 Subject: [PATCH] uncrustify: add "sp_after_cast = remove" --- uncrustify-riot.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/uncrustify-riot.cfg b/uncrustify-riot.cfg index d67a512f6f..290b1da20f 100644 --- a/uncrustify-riot.cfg +++ b/uncrustify-riot.cfg @@ -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();"