Merge pull request #10 from daniel-k/pr/uncrustify_add_braces

uncrustify: add braces around if
cc430
Oleg Hahm 8 years ago
commit 865ec68eae

@ -29,6 +29,7 @@ nl_fdef_brace = add # "int foo() {" vs "int foo()\n{"
#
mod_paren_on_return = remove # "return 1;" vs "return (1);"
mod_full_brace_if = add # "if() { } else { }" vs "if() else"
#
# inter-character spacing options

Loading…
Cancel
Save