From 3288c2e254332beb1826380c06d7210af450c40b Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 30 Jan 2020 13:51:39 -0800 Subject: [PATCH] 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 --- libc/include/.clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/include/.clang-format b/libc/include/.clang-format index e3845288a..39789c8ab 100644 --- a/libc/include/.clang-format +++ b/libc/include/.clang-format @@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false