Add .clang-format file to ensure C++11 LLVM coding style.

llvm-svn: 197085
This commit is contained in:
Rui Ueyama 2013-12-11 22:39:33 +00:00
parent 4fd3b1de2a
commit 9e7b3cb024
1 changed files with 2 additions and 0 deletions

2
lld/.clang-format Normal file
View File

@ -0,0 +1,2 @@
BasedOnStyle: LLVM
Standard: Cpp11