Browse Source

Prevent lonely return types

Kajetan Johannes Hammerle 1 month ago
parent
commit
362eedb3ea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cpp-format

+ 1 - 0
cpp-format

@@ -46,3 +46,4 @@ KeepEmptyLines:
   AtStartOfFile: false
 LambdaBodyIndentation: OuterScope
 SeparateDefinitionBlocks: Always
+PenaltyReturnTypeOnItsOwnLine: 1000000