1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

uncrustify: add braces around if

This commit is contained in:
daniel-k 2015-11-03 16:45:55 +01:00
parent 271ac976e3
commit 4fb8848ce4

View File

@ -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