Add a clang-format file so that the tool can automatically detect the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 2 Sep 2013 07:19:04 +0000 (07:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 2 Sep 2013 07:19:04 +0000 (07:19 +0000)
correct style for the LLVM tree as well as projects checked out under
projects and tools.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189737 91177308-0d34-0410-b5e6-96231b3b80d8

.clang-format [new file with mode: 0644]

diff --git a/.clang-format b/.clang-format
new file mode 100644 (file)
index 0000000..9b3aa8b
--- /dev/null
@@ -0,0 +1 @@
+BasedOnStyle: LLVM