From: Chandler Carruth Date: Mon, 2 Sep 2013 07:19:04 +0000 (+0000) Subject: Add a clang-format file so that the tool can automatically detect the X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5041558645c4f0efe5c82dd32830afb16ed9a4c0 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189737 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000000..9b3aa8b7213 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +BasedOnStyle: LLVM