Browse Source

🎨 Fix '…if_chain' Uncrustify option

Scott Lahteine 1 year ago
parent
commit
fab4fb7fbb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/extras/uncrustify.cfg

+ 1
- 1
buildroot/share/extras/uncrustify.cfg View File

@@ -26,7 +26,7 @@ mod_add_long_ifdef_endif_comment  = 40
26 26
 mod_full_brace_do                 = false
27 27
 mod_full_brace_for                = false
28 28
 mod_full_brace_if                 = false
29
-mod_full_brace_if_chain           = true
29
+mod_full_brace_if_chain           = 1
30 30
 mod_full_brace_while              = false
31 31
 mod_remove_extra_semicolon        = true
32 32
 newlines                          = lf

Loading…
Cancel
Save