diff options
Diffstat (limited to 'contrib/uncrustify.cfg')
-rw-r--r-- | contrib/uncrustify.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg index 8c9df2c..af2d8e6 100644 --- a/contrib/uncrustify.cfg +++ b/contrib/uncrustify.cfg | |||
@@ -28,7 +28,7 @@ ls_code_width=true | |||
28 | pos_arith=lead | 28 | pos_arith=lead |
29 | 29 | ||
30 | # Fully parenthesize boolean exprs | 30 | # Fully parenthesize boolean exprs |
31 | mod_full_paren_if_bool=true | 31 | mod_full_paren_if_bool=false |
32 | 32 | ||
33 | # Braces should be on their own line | 33 | # Braces should be on their own line |
34 | nl_fdef_brace=add | 34 | nl_fdef_brace=add |