From 06c50a5b9b42c627f4efd106c44466356bffcb6b Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 2 Sep 2013 07:19:04 +0000 Subject: 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 --- llvm/.clang-format | 1 + 1 file changed, 1 insertion(+) create mode 100644 llvm/.clang-format (limited to 'llvm/.clang-format') diff --git a/llvm/.clang-format b/llvm/.clang-format new file mode 100644 index 0000000..9b3aa8b --- /dev/null +++ b/llvm/.clang-format @@ -0,0 +1 @@ +BasedOnStyle: LLVM -- cgit v1.1