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-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new eff02647d Fix uncrustify configuration
eff02647d is described below
commit eff02647da47e5b65a3c9a1a627b32275a901731
Author: Szymon Janc <[email protected]>
AuthorDate: Fri Mar 7 16:11:23 2025 +0100
Fix uncrustify configuration
Set multiline #define indentation to 4 spaces.
---
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