[llvm] r189737 - Add a clang-format file so that the tool can automatically detect the
Chandler Carruth
chandlerc at gmail.com
Mon Sep 2 00:19:04 PDT 2013
Author: chandlerc
Date: Mon Sep 2 02:19:04 2013
New Revision: 189737
URL: http://llvm.org/viewvc/llvm-project?rev=189737&view=rev
Log:
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.
Added:
llvm/trunk/.clang-format
Added: llvm/trunk/.clang-format
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.clang-format?rev=189737&view=auto
==============================================================================
--- llvm/trunk/.clang-format (added)
+++ llvm/trunk/.clang-format Mon Sep 2 02:19:04 2013
@@ -0,0 +1 @@
+BasedOnStyle: LLVM
More information about the llvm-commits
mailing list