[nautilus/wip/antoniof/switch-case-braces-style-fix] test




commit d81782788f665e12702a2a9f8af2ad297ab13da2
Author: António Fernandes <antoniof gnome org>
Date:   Sun Jul 11 14:11:13 2021 +0100

    test

 data/uncrustify.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/uncrustify.cfg b/data/uncrustify.cfg
index a4777c8f4..fbb627205 100644
--- a/data/uncrustify.cfg
+++ b/data/uncrustify.cfg
@@ -39,7 +39,7 @@ nl_end_of_file_min                       = 1
 sp_return_paren                          = force      # "return (1);" vs "return(1);"
 sp_sizeof_paren                          = force      # "sizeof (int)" vs "sizeof(int)"
 sp_assign                                = force
-sp_arith                                 = force
+sp_arith                                 = ignore
 sp_bool                                  = force
 sp_compare                               = force
 sp_after_comma                           = force


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]