mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-11-23 21:39:44 +00:00
Remove the sortincludes for clang-format as include order matters.
This commit is contained in:
parent
88384377b3
commit
98d573efc1
@ -1,6 +1,6 @@
|
||||
BasedOnStyle: WebKit
|
||||
ColumnLimit: 80
|
||||
AlignTrailingComments: true
|
||||
AlignTrailingComments: true
|
||||
AlignAfterOpenBracket: true
|
||||
AlignConsecutiveAssignments: true
|
||||
AllowShortFunctionsOnASingleLine: true
|
||||
@ -8,3 +8,4 @@ FixNamespaceComments: true
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: ForIndentation
|
||||
SortIncludes: false
|
||||
|
Loading…
Reference in New Issue
Block a user