Fix the libc/include .clang-format.

Many of our header files are very sensitive to the order in which
their #includes appear...

Bug: N/A
Test: N/A
Change-Id: I2c21cac5e9bd49b7e80620d14971af8fefa17e91
This commit is contained in:
Elliott Hughes 2020-01-30 13:51:39 -08:00
parent ce11673cad
commit 3288c2e254

View file

@ -1 +1,3 @@
DisableFormat: true
SortIncludes: false
SortUsingDeclarations: false