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



commit f9d224a61622897ce63bdbb10958a43ceee1ff1e
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..06c32764a 100644
--- a/data/uncrustify.cfg
+++ b/data/uncrustify.cfg
@@ -49,7 +49,7 @@ sp_brace_else                            = force
 sp_func_call_paren                       = force      # "foo (" vs "foo("
 sp_func_proto_paren                      = force      # "int foo ();" vs "int foo();"
 sp_before_ptr_star                       = force
-sp_after_ptr_star_qualifier              = force      # "const char * const" vs. "const char *const"
+sp_after_ptr_star_qualifier              = ignore      # "const char * const" vs. "const char *const"
 sp_after_ptr_star                        = remove
 sp_between_ptr_star                      = remove     # "**var" vs "* *var"
 sp_inside_paren                          = remove     # "( 1 )" vs "(1)"


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