platform_bionic/libc/kernel/.clang-format
Christopher Ferris 1cc755c8cf Fully disable clang format where needed.
Even with formatting off, clang still tries to rearrange the include
files or the using statements, so disable that too.

Test: Verified that the include directories are not rearranged.
Change-Id: I991a1b2bfa94a8202c5a486664658d654f1c7811
2020-01-30 08:10:17 -08:00

3 lines
69 B
YAML

DisableFormat: true
SortIncludes: false
SortUsingDeclarations: false