README.Coding disable include sorting in clang format
authorGary Lockyer <gary@catalyst.net.nz>
Wed, 4 Jul 2018 22:36:51 +0000 (10:36 +1200)
committerGary Lockyer <gary@samba.org>
Tue, 10 Jul 2018 02:40:51 +0000 (04:40 +0200)
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

README.Coding

index ffba857a8f921c854d3ab547dfaa5c1aec71097f..65d72d6fb735cc5274903f023833894183b096c3 100644 (file)
@@ -100,6 +100,7 @@ AllowShortIfStatementsOnASingleLine: false
 IndentCaseLabels: false
 BinPackParameters: false
 BinPackArguments: false
+SortIncludes: false
 
 
 =========================