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