Browse Source

Use C++11 brace style in clang-format

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach 4 years ago
parent
commit
2a6886dc70
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .clang-format

+ 2 - 0
.clang-format

@@ -61,3 +61,5 @@ ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCH
 MaxEmptyLinesToKeep: 2
 KeepEmptyLinesAtTheStartOfBlocks: false
 
+SpaceBeforeCpp11BracedList: false
+Cpp11BracedListStyle: true