summaryrefslogtreecommitdiff
path: root/llvm/.clang-format
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
commitef5d159eb20987f0869839762b00fcca7d9f691f (patch)
tree952158363159f38046403d0af305de1b805a7ae8 /llvm/.clang-format
parente44cfe24021ad67ddd013a85bbcffd3927bd0213 (diff)
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.
Diffstat (limited to 'llvm/.clang-format')
-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