1
0
Fork 0

.clang-format: do not SortIncludes

This commit is contained in:
Janez 2024-07-06 13:05:43 +02:00
parent f064eeaa40
commit 2857d749be

View file

@ -16,7 +16,7 @@ AlignConsecutiveBitFields:
AlignConsecutiveDeclarations: None
AlignEscapedNewlines: Right
AlignOperands: Align
SortIncludes: true
SortIncludes: false
InsertBraces: true # Control statements must have curly brackets
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: true