summaryrefslogtreecommitdiff
path: root/README.Coding
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-07-05 10:36:51 +1200
committerGary Lockyer <gary@samba.org>2018-07-10 04:40:51 +0200
commit47e57249717677aed0afd9564cc349a70e125191 (patch)
tree0038a74ccdaacd5c0e5a89ee20b6888efa6d0a9b /README.Coding
parent3796bb0048a276259e30e44f7e0e071c1516727a (diff)
downloadsamba-47e57249717677aed0afd9564cc349a70e125191.tar.gz
README.Coding disable include sorting in clang format
Update the clang format configuration to disable include sorting. This is enabled by default and breaks samba code. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Gary Lockyer <gary@samba.org> Autobuild-Date(master): Tue Jul 10 04:40:51 CEST 2018 on sn-devel-144
Diffstat (limited to 'README.Coding')
-rw-r--r--README.Coding1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.Coding b/README.Coding
index ffba857a8f9..65d72d6fb73 100644
--- a/README.Coding
+++ b/README.Coding
@@ -100,6 +100,7 @@ AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
BinPackParameters: false
BinPackArguments: false
+SortIncludes: false
=========================