Modify formatting

This commit is contained in:
Cory Balaton 2023-10-31 10:47:31 +01:00
parent db9468defe
commit 5c2c964a1a
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

@ -31,8 +31,7 @@ BreakBeforeBinaryOperators: NonAssignment
# Use a Linux style brace break.
# Break before braces on function, namespace and class definitions.
BreakBeforeBraces: Linux
BreakBeforeBraces: Stroustrup
# If true, spaces will be inserted after ( and before ).
SpacesInParentheses: false
@ -42,3 +41,6 @@ SpacesInSquareBrackets: false
# Separate definition blocks (classes, functions, structs, enums)
SeparateDefinitionBlocks: Always
# Sort includes by type
IncludeBlocks: Regroup