From 0ca9530afa15546518dfb42ab10f6569deebff08 Mon Sep 17 00:00:00 2001 From: rjwats Date: Wed, 22 Jan 2020 23:52:34 +0000 Subject: [PATCH] disable sorting of include blocks - it's breaking the ESP32 build. (#82) (cherry picked from commit 9ef70b2ad49ff5a9a50ee7748c459bc9be6e2722) --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index c8ae9a0..4e688ba 100644 --- a/.clang-format +++ b/.clang-format @@ -13,3 +13,4 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true ExperimentalAutoDetectBinPacking: false KeepEmptyLinesAtTheStartOfBlocks: false DerivePointerAlignment: false +SortIncludes: false