disable sorting of include blocks - it's breaking the ESP32 build. (#82)

(cherry picked from commit 9ef70b2ad49ff5a9a50ee7748c459bc9be6e2722)
This commit is contained in:
rjwats 2020-01-22 23:52:34 +00:00 committed by GitHub
parent ced5b74ba1
commit 0ca9530afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,3 +13,4 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ExperimentalAutoDetectBinPacking: false
KeepEmptyLinesAtTheStartOfBlocks: false
DerivePointerAlignment: false
SortIncludes: false