Update .clang-format.

This commit is contained in:
levlam 2020-12-23 10:39:52 +03:00
parent 57cda58dc9
commit 6bfeac67a3

View file

@ -92,7 +92,7 @@ PenaltyBreakString: 1000
PenaltyBreakTemplateDeclaration: 10 PenaltyBreakTemplateDeclaration: 10
PenaltyExcessCharacter: 1000000 PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 200 PenaltyReturnTypeOnItsOwnLine: 200
PointerAlignment: Left PointerAlignment: Right
ReflowComments: false # true ReflowComments: false # true
SortIncludes: false # disabled, because we need case insensitive sort SortIncludes: false # disabled, because we need case insensitive sort
SortUsingDeclarations: false # true SortUsingDeclarations: false # true