[Lldb-commits] [PATCH] Add a .clang-format file to enhance formatting experience with clang-format

David Majnemer david.majnemer at gmail.com
Wed Jul 23 17:34:50 PDT 2014


Closed by commit rL213823 (authored by @majnemer).

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D4630

Files:
  lldb/trunk/.clang-format

Index: lldb/trunk/.clang-format
===================================================================
--- lldb/trunk/.clang-format
+++ lldb/trunk/.clang-format
@@ -0,0 +1,4 @@
+BasedOnStyle: LLVM
+IndentWidth:     4
+ColumnLimit:     120
+BreakBeforeBraces: Allman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4630.11830.patch
Type: text/x-patch
Size: 263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140724/0ff76ee1/attachment.bin>


More information about the lldb-commits mailing list