aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-01-30 21:47:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-30 21:47:39 +0000
commitce11673cadfd87065c24349d4269e9ff44d1e8af (patch)
tree07ce3af5d4007f2c6e0a35e40e69db4b055334f6
parent7ef4c774da59bbf942b5652b1f68e46cac2e5099 (diff)
parent1cc755c8cf8f8aa5db77c8a3cd5cb9c520fe78cf (diff)
downloadbionic-ce11673cadfd87065c24349d4269e9ff44d1e8af.tar.gz
Merge "Fully disable clang format where needed."
-rw-r--r--libc/kernel/.clang-format2
-rw-r--r--libc/upstream-freebsd/.clang-format2
-rw-r--r--libc/upstream-netbsd/.clang-format2
-rw-r--r--libc/upstream-openbsd/.clang-format2
-rw-r--r--libm/upstream-freebsd/.clang-format2
-rw-r--r--libm/upstream-netbsd/.clang-format2
6 files changed, 12 insertions, 0 deletions
diff --git a/libc/kernel/.clang-format b/libc/kernel/.clang-format
index e3845288a..39789c8ab 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 e3845288a..39789c8ab 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 e3845288a..39789c8ab 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 e3845288a..39789c8ab 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 e3845288a..39789c8ab 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 e3845288a..39789c8ab 100644
--- a/libm/upstream-netbsd/.clang-format
+++ b/libm/upstream-netbsd/.clang-format
@@ -1 +1,3 @@
DisableFormat: true
+SortIncludes: false
+SortUsingDeclarations: false