This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 188e59358 uncrustify: Update configuration for 4 spaces indent on 
macros
188e59358 is described below

commit 188e593583be1889a872ce1229b4ee478404b931
Author: Szymon Janc <[email protected]>
AuthorDate: Tue Mar 11 16:21:02 2025 +0100

    uncrustify: Update configuration for 4 spaces indent on macros
    
    This puts it in line with coding standards.
---
 uncrustify.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uncrustify.cfg b/uncrustify.cfg
index 43dee3b91..0fddbf7b4 100644
--- a/uncrustify.cfg
+++ b/uncrustify.cfg
@@ -3482,7 +3482,7 @@ pp_ignore_define_body           = false    # true/false
 #      (ex.  3 ==> the body is indented starting 3 columns at the right of '#')
 #
 # Default: 8
-pp_multiline_define_body_indent = 8        # number
+pp_multiline_define_body_indent = 4        # number
 
 # Whether to indent case statements between #if, #else, and #endif.
 # Only applies to the indent of the preprocessor that the case statements

Reply via email to