commit | 42f746c8d0fdc42fe39350c143bd1bc1667d2eb3 | [log] [tgz] |
---|---|---|
author | Keith Short <keithshort@google.com> | Tue Dec 20 09:16:19 2022 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Dec 20 22:51:57 2022 +0100 |
tree | e66d52090148dd5b15747211cf364cd6ad365fd4 | |
parent | 93b98fc2de3e2016f0ce51796ddb815a3a1b0f9b [diff] |
clang-format: Enable InsertBraces option Zephyr's coding guidelines require braces on every code block body. Enable InsertBraces option so clang-format automatically adds these braces. Signed-off-by: Keith Short <keithshort@google.com>