Explorar el Código

Prevent lonely return types

Kajetan Johannes Hammerle hace 1 mes
padre
commit
362eedb3ea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cpp-format

+ 1 - 0
cpp-format

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