summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-09-02 07:19:04 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-09-02 07:19:04 +0000
commit06c50a5b9b42c627f4efd106c44466356bffcb6b (patch)
treea3b0d3a9126fd6cd39b1c858a39184606ff6f3a1
parent534015e5501dde2e1c803e6fa473208a3da7cbfb (diff)
downloadbcm5719-llvm-06c50a5b9b42c627f4efd106c44466356bffcb6b.tar.gz
bcm5719-llvm-06c50a5b9b42c627f4efd106c44466356bffcb6b.zip
Add a clang-format file so that the tool can automatically detect the
correct style for the LLVM tree as well as projects checked out under projects and tools. llvm-svn: 189737
-rw-r--r--llvm/.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/.clang-format b/llvm/.clang-format
new file mode 100644
index 00000000000..9b3aa8b7213
--- /dev/null
+++ b/llvm/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: LLVM
OpenPOWER on IntegriCloud