Browse Source

Mitigate meaningless difference in .clang-format's
2b225295e185799ec49e39f48de7268d0e753cee

thegeorg 9 months ago
parent
commit
351551dff2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/config/tests/cpp_style/config.clang-format

+ 1 - 0
build/config/tests/cpp_style/config.clang-format

@@ -46,6 +46,7 @@ TabWidth:        4
 UseTab:          Never
 BreakBeforeBraces: Attach
 
+# NB: BraceWrapping has no effect unless BreakBeforeBraces is set to Custom
 BraceWrapping:
  AfterClass: false
  AfterControlStatement: false