浏览代码

Modify clang-format according to #207 (see comment)

bel 9 年之前
父节点
当前提交
8d901773ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .clang-format

+ 1 - 1
.clang-format

@@ -16,7 +16,7 @@ AllowShortCaseLabelsOnASingleLine: false
 AllowShortFunctionsOnASingleLine: None
 AllowShortIfStatementsOnASingleLine: false
 AllowShortLoopsOnASingleLine: false
-AlwaysBreakAfterDefinitionReturnType: TopLevel
+AlwaysBreakAfterDefinitionReturnType: true
 BinPackArguments: false
 BinPackParameters: false
 BreakBeforeBinaryOperators: NonAssignment