This commit is contained in:
Dzmitry Neviadomski 2024-04-24 12:34:51 +06:00 committed by GitHub
commit a1d8eb4fd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ PenaltyBreakBeforeFirstCallParameter: 0
PenaltyReturnTypeOnItsOwnLine: 1000
PointerAlignment: Left
ReflowComments: false
SortIncludes: false
SortIncludes: Never
SpaceAfterCStyleCast: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false

View File

@ -1,3 +1,3 @@
---
DisableFormat: true
SortIncludes: false
SortIncludes: Never