mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
Fix incorrect value for SortIncludes in .clang-format (#6784)
See https://clang.llvm.org/docs/ClangFormatStyleOptions.html#sortincludes Signed-off-by: Dzmitry Neviadomski <nevack.d@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1be53ac139
commit
f24582ea2b
@@ -32,7 +32,7 @@ PenaltyBreakBeforeFirstCallParameter: 0
|
|||||||
PenaltyReturnTypeOnItsOwnLine: 1000
|
PenaltyReturnTypeOnItsOwnLine: 1000
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
SortIncludes: false
|
SortIncludes: Never
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
SpacesBeforeTrailingComments: 1
|
SpacesBeforeTrailingComments: 1
|
||||||
SpacesInAngles: false
|
SpacesInAngles: false
|
||||||
|
|||||||
2
third-party/.clang-format
vendored
2
third-party/.clang-format
vendored
@@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
DisableFormat: true
|
DisableFormat: true
|
||||||
SortIncludes: false
|
SortIncludes: Never
|
||||||
|
|||||||
Reference in New Issue
Block a user