summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2019-01-29 16:43:16 +0000
committerJames Y Knight <jyknight@google.com>2019-01-29 16:43:16 +0000
commit149be18dbc4d54328fe33b5ac21dcbbca2b07aa6 (patch)
treeb7836d73426b77848a352b585130b3d40dd14924 /.clang-format
parentf044d1884d9819430906e921490cd62530731fb6 (diff)
downloadllvm-149be18dbc4d54328fe33b5ac21dcbbca2b07aa6.tar.gz
Add .clang-tidy and .clang-format files to the toplevel of the
repository (the same content as those in llvm/ and clang/). llvm-svn: 352516
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 000000000000..9b3aa8b7213b
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: LLVM