Browse Source

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

(cherry picked from commit 9ef70b2ad4)
master
rjwats 4 years ago
committed by GitHub
parent
commit
0ca9530afa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .clang-format

1
.clang-format

@ -13,3 +13,4 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ExperimentalAutoDetectBinPacking: false
KeepEmptyLinesAtTheStartOfBlocks: false
DerivePointerAlignment: false
SortIncludes: false
Loading…
Cancel
Save