Add a .clang-format file to enhance formatting experience with clang-format
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 24 Jul 2014 00:26:04 +0000 (00:26 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 24 Jul 2014 00:26:04 +0000 (00:26 +0000)
commit5149bac8b4cbb404618bcadb84f76d9a2cd3a406
tree7ed069ab4dc89eaa439d55a953f84351fc8c2ea8
parentb98a5e04acecb32ada6c3039e86a7beaa5e451cc
Add a .clang-format file to enhance formatting experience with clang-format

clang-format is a handy tool that formats code very intelligently.  I'd
like to use it with LLDB but it requires a .clang-format file to inform
it about LLDB-specific formatting rules.

More information on these rules are here:
http://clang.llvm.org/docs/ClangFormatStyleOptions.html

Differential Revision: http://reviews.llvm.org/D4630

llvm-svn: 213823
lldb/.clang-format [new file with mode: 0644]