The clang-format option [InsertBraces](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#insertbraces) should be used to enforce brackets around conditional blocks for consistency. ``` InsertBraces: true ```