From: Gary Lockyer Date: Wed, 4 Jul 2018 22:36:51 +0000 (+1200) Subject: README.Coding disable include sorting in clang format X-Git-Tag: tevent-0.9.37~69 X-Git-Url: http://git.samba.org/samba.git/?p=vlendec%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=47e57249717677aed0afd9564cc349a70e125191 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 --- 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 =========================