commit | ce11673cadfd87065c24349d4269e9ff44d1e8af | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Jan 30 21:47:39 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 30 21:47:39 2020 +0000 |
tree | 07ce3af5d4007f2c6e0a35e40e69db4b055334f6 | |
parent | 7ef4c774da59bbf942b5652b1f68e46cac2e5099 [diff] | |
parent | 1cc755c8cf8f8aa5db77c8a3cd5cb9c520fe78cf [diff] |
Merge "Fully disable clang format where needed."
diff --git a/libc/kernel/.clang-format b/libc/kernel/.clang-format index e384528..39789c8 100644 --- a/libc/kernel/.clang-format +++ b/libc/kernel/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
diff --git a/libc/upstream-freebsd/.clang-format b/libc/upstream-freebsd/.clang-format index e384528..39789c8 100644 --- a/libc/upstream-freebsd/.clang-format +++ b/libc/upstream-freebsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
diff --git a/libc/upstream-netbsd/.clang-format b/libc/upstream-netbsd/.clang-format index e384528..39789c8 100644 --- a/libc/upstream-netbsd/.clang-format +++ b/libc/upstream-netbsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
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
diff --git a/libm/upstream-freebsd/.clang-format b/libm/upstream-freebsd/.clang-format index e384528..39789c8 100644 --- a/libm/upstream-freebsd/.clang-format +++ b/libm/upstream-freebsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false
diff --git a/libm/upstream-netbsd/.clang-format b/libm/upstream-netbsd/.clang-format index e384528..39789c8 100644 --- a/libm/upstream-netbsd/.clang-format +++ b/libm/upstream-netbsd/.clang-format
@@ -1 +1,3 @@ DisableFormat: true +SortIncludes: false +SortUsingDeclarations: false