summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2015-05-07 19:50:18 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2015-05-07 19:50:18 +0000
commit6564c09deab6c2604e16c52f83500b209a18c303 (patch)
tree36bf3f6833444ca03f2ceb4465b9afdc83199d1b
parent9ed9c3b5e5e94033adf149e7493997e31b9a44dd (diff)
downloadlibunwind_llvm-6564c09deab6c2604e16c52f83500b209a18c303.tar.gz
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. git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@236767 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..5bead5f
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+