summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-02-26 13:12:25 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-02-26 13:12:26 +0100
commit4f9304b2a6e0ff786706a8e19025c10e3ef093de (patch)
tree79c7c558e9d4bc0e3502c809335ec78068a47d58
parentfbfbd2145aa6ec9f234fae72a26f995bedb1fa39 (diff)
downloadglibmm-4f9304b2a6e0ff786706a8e19025c10e3ef093de.tar.gz
clang-format: Disable SortIncludes.
Because this can break builds.
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 8d3b34ca..c96d821b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -9,4 +9,5 @@ ColumnLimit: 100
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 0
IndentCaseLabels: false
+SortIncludes: false