[nautilus/wip/antoniof/gtk4-preparation-popovers] uncrustify: Indent compount literals



commit dd52cb385db498547f7b0b5dd18bbf1676eb8b41
Author: António Fernandes <antoniojpfernandes gmail com>
Date:   Wed Dec 22 13:44:01 2021 +0000

    uncrustify: Indent compount literals
    
    This shall fix the style-check CI job.

 data/uncrustify.cfg | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/uncrustify.cfg b/data/uncrustify.cfg
index a4777c8f4..66c7e9e2a 100644
--- a/data/uncrustify.cfg
+++ b/data/uncrustify.cfg
@@ -18,6 +18,7 @@
 
 # indent
 indent_ternary_operator                  = 1
+indent_compound_literal_return           = 1
 
 # indent using tabs
 output_tab_size                          = 4


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