Include sorting generally can break .cc files, especially on Windows. Make
this opt-in for Chromium style to give us some more time to roll this out.
(Given that the Google style guide is used by many companies, some of them
probably writing code on Windows, one could argue this should be opt-in in
general...)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256288
91177308-0d34-0410-b5e6-
96231b3b80d8
ChromiumStyle.BinPackParameters = false;
ChromiumStyle.DerivePointerAlignment = false;
}
+ ChromiumStyle.SortIncludes = false;
return ChromiumStyle;
}