From 47e57249717677aed0afd9564cc349a70e125191 Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Thu, 5 Jul 2018 10:36:51 +1200 Subject: [PATCH] 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 Reviewed-by: Andrew Bartlett Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Tue Jul 10 04:40:51 CEST 2018 on sn-devel-144 --- README.Coding | 1 + 1 file changed, 1 insertion(+) 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 =========================