summaryrefslogtreecommitdiffstats
path: root/lldb/.clang-format
Commit message (Collapse)AuthorAgeFilesLines
* Fix .clang-format file to adhere to LLDB 140 column limit.Zachary Turner2014-08-191-1/+1
| | | | llvm-svn: 215993
* Modification to clang-format style.Zachary Turner2014-08-141-1/+2
| | | | | | Fixes constructor initializer list and function return type style. llvm-svn: 215654
* Update clang-format file.Zachary Turner2014-08-131-0/+3
| | | | llvm-svn: 215572
* Add a .clang-format file to enhance formatting experience with clang-formatDavid Majnemer2014-07-241-0/+4
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
OpenPOWER on IntegriCloud