diff options
| -rw-r--r-- | compiler-rt/lib/asan/.clang-format | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/dfsan/.clang-format | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/interception/.clang-format | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/lsan/.clang-format | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/msan/.clang-format | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/safestack/.clang-format | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/.clang-format | 1 | ||||
| -rw-r--r-- | compiler-rt/lib/tsan/.clang-format | 1 |
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 |

