Explorar el Código

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

bel hace 9 años
padre
commit
8d901773ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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