Fix incorrect value for SortIncludes in .clang-format

See https://clang.llvm.org/docs/ClangFormatStyleOptions.html#sortincludes

Signed-off-by: Dzmitry Neviadomski <nevack.d@gmail.com>
This commit is contained in:
Dzmitry Neviadomski 2024-04-14 21:26:17 +03:00
parent 92519281b0
commit 3b039268f9
No known key found for this signature in database
GPG Key ID: C2C77674D3302F74
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