mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 06:22:06 +00:00
clang-format: don't sort includes
This commit is contained in:
parent
d16ca62465
commit
6ddbd846b8
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ SpacesInCStyleCastParentheses: false
|
|||
SpacesInContainerLiterals: false
|
||||
SpacesInParentheses: false
|
||||
SpacesInSquareBrackets: false
|
||||
SortIncludes: false
|
||||
Standard: Cpp11
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
|
|
Loading…
Reference in a new issue