summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/lib/asan/.clang-format1
-rw-r--r--compiler-rt/lib/dfsan/.clang-format1
-rw-r--r--compiler-rt/lib/interception/.clang-format1
-rw-r--r--compiler-rt/lib/lsan/.clang-format1
-rw-r--r--compiler-rt/lib/msan/.clang-format1
-rw-r--r--compiler-rt/lib/safestack/.clang-format1
-rw-r--r--compiler-rt/lib/sanitizer_common/.clang-format1
-rw-r--r--compiler-rt/lib/tsan/.clang-format1
8 files changed, 8 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/.clang-format b/compiler-rt/lib/asan/.clang-format
new file mode 100644
index 00000000000..f6cb8ad931f
--- /dev/null
+++ b/compiler-rt/lib/asan/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google
diff --git a/compiler-rt/lib/dfsan/.clang-format b/compiler-rt/lib/dfsan/.clang-format
new file mode 100644
index 00000000000..f6cb8ad931f
--- /dev/null
+++ b/compiler-rt/lib/dfsan/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google
diff --git a/compiler-rt/lib/interception/.clang-format b/compiler-rt/lib/interception/.clang-format
new file mode 100644
index 00000000000..f6cb8ad931f
--- /dev/null
+++ b/compiler-rt/lib/interception/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google
diff --git a/compiler-rt/lib/lsan/.clang-format b/compiler-rt/lib/lsan/.clang-format
new file mode 100644
index 00000000000..f6cb8ad931f
--- /dev/null
+++ b/compiler-rt/lib/lsan/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google
diff --git a/compiler-rt/lib/msan/.clang-format b/compiler-rt/lib/msan/.clang-format
new file mode 100644
index 00000000000..f6cb8ad931f
--- /dev/null
+++ b/compiler-rt/lib/msan/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google
diff --git a/compiler-rt/lib/safestack/.clang-format b/compiler-rt/lib/safestack/.clang-format
new file mode 100644
index 00000000000..f6cb8ad931f
--- /dev/null
+++ b/compiler-rt/lib/safestack/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google
diff --git a/compiler-rt/lib/sanitizer_common/.clang-format b/compiler-rt/lib/sanitizer_common/.clang-format
new file mode 100644
index 00000000000..f6cb8ad931f
--- /dev/null
+++ b/compiler-rt/lib/sanitizer_common/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google
diff --git a/compiler-rt/lib/tsan/.clang-format b/compiler-rt/lib/tsan/.clang-format
new file mode 100644
index 00000000000..f6cb8ad931f
--- /dev/null
+++ b/compiler-rt/lib/tsan/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google
OpenPOWER on IntegriCloud