summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2019-12-03 22:21:05 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2019-12-03 22:21:05 +0100
commit155a8a5215ee98051fb28a138d21009d59d25ce4 (patch)
tree35a8d945767f1f72484e0712802157798b5de38a /.clang-format
parent117c8146de7ccfaf2331225d6fb264de71aa6779 (diff)
downloadmariadb-git-155a8a5215ee98051fb28a138d21009d59d25ce4.tar.gz
.clang-format - do *not* sort include files
It is C++, not Java, the order of includes is often important.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 1ad93ead80a..725e4c67e02 100644
--- a/.clang-format
+++ b/.clang-format
@@ -90,7 +90,6 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
-SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false