mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
.clang-format - do not sort include files.
It is C++, not Java, the order of includes is often important.
This commit is contained in:
parent
155a8a5215
commit
05e72a3333
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ PenaltyExcessCharacter: 1000000
|
|||
PenaltyReturnTypeOnItsOwnLine: 60
|
||||
PointerAlignment: Right
|
||||
ReflowComments: true
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: true
|
||||
SpaceAfterCStyleCast: true
|
||||
SpaceAfterLogicalNot: false
|
||||
|
|
Loading…
Reference in a new issue