Modify formatting
This commit is contained in:
parent
db9468defe
commit
5c2c964a1a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user