Use Allman brace style

This commit is contained in:
Anthony Rose 2023-06-05 09:57:43 +01:00
parent 7b5417962b
commit 9c61d91416

View file

@ -31,7 +31,7 @@ BinPackParameters: true
BitFieldColonSpacing: Both BitFieldColonSpacing: Both
BreakAfterJavaFieldAnnotations: false BreakAfterJavaFieldAnnotations: false
BreakBeforeBinaryOperators: None BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach BreakBeforeBraces: Allman
BreakBeforeConceptDeclarations: true BreakBeforeConceptDeclarations: true
BreakBeforeInheritanceComma: false BreakBeforeInheritanceComma: false
BreakBeforeTernaryOperators: false BreakBeforeTernaryOperators: false