diff --git a/.clang-format b/.clang-format index d71ae17f..3ec10b2f 100644 --- a/.clang-format +++ b/.clang-format @@ -81,7 +81,7 @@ IncludeIsMainRegex: '(Test)?$' IndentCaseLabels: false IndentWidth: 4 IndentWrappedFunctionNames: false -InsertBraces: false +# InsertBraces: false JavaScriptQuotes: Leave JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: false