commit | 1cc755c8cf8f8aa5db77c8a3cd5cb9c520fe78cf | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Jan 30 08:10:17 2020 -0800 |
committer | Christopher Ferris <cferris@google.com> | Thu Jan 30 08:10:17 2020 -0800 |
tree | 2f59a2838595cae3e95eb048e5a4b958b87fdeff | |
parent | 0ec8bea93cf83f16bf7f4649874ca959a2e04bf1 [diff] [blame] |
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
diff --git a/libc/upstream-openbsd/.clang-format b/libc/upstream-openbsd/.clang-format index e384528..39789c8 100644 --- a/libc/upstream-openbsd/.clang-format +++ b/libc/upstream-openbsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false