aboutsummaryrefslogtreecommitdiff
path: root/dev-tools
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tools')
-rw-r--r--dev-tools/uncrustify.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-tools/uncrustify.conf b/dev-tools/uncrustify.conf
index d8ea870..25eb4cd 100644
--- a/dev-tools/uncrustify.conf
+++ b/dev-tools/uncrustify.conf
@@ -60,6 +60,9 @@ mod_add_long_ifdef_else_comment=5
# Misc cleanup
mod_remove_extra_semicolon=true
+# leave blank at end of empty for() statements
+sp_after_semi_for_empty=Add
+
# Use C-style comments (/* .. */)
cmt_c_nl_end=true
cmt_star_cont=true