commit | 3288c2e254332beb1826380c06d7210af450c40b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 30 13:51:39 2020 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 30 13:51:39 2020 -0800 |
tree | fd1ff246fd9c99c19df0d3d320e540038abbe7df | |
parent | ce11673cadfd87065c24349d4269e9ff44d1e8af [diff] [blame] |
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
diff --git a/libc/include/.clang-format b/libc/include/.clang-format index e384528..39789c8 100644 --- a/libc/include/.clang-format +++ b/libc/include/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false