unwind: add a .clang-format

This just copies the default clang-format from the LLVM project.  Many
developers use clang-format to ensure that the code is appropriately formatted,
and this commit should also test the git-svn bridge.

llvm-svn: 236767
This commit is contained in:
Saleem Abdulrasool 2015-05-07 19:50:18 +00:00
parent 52cc487ba8
commit 0c809e87be
1 changed files with 2 additions and 0 deletions

2
libunwind/.clang-format Normal file
View File

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