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




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

    test

 data/uncrustify.cfg | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/uncrustify.cfg b/data/uncrustify.cfg
index a4777c8f4..36a2a6682 100644
--- a/data/uncrustify.cfg
+++ b/data/uncrustify.cfg
@@ -50,6 +50,7 @@ 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_func                   = remove
 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]