[Lldb-commits] [lldb] r215993 - Fix .clang-format file to adhere to LLDB 140 column limit.

Zachary Turner zturner at google.com
Tue Aug 19 10:18:39 PDT 2014


Author: zturner
Date: Tue Aug 19 12:18:38 2014
New Revision: 215993

URL: http://llvm.org/viewvc/llvm-project?rev=215993&view=rev
Log:
Fix .clang-format file to adhere to LLDB 140 column limit.

Modified:
    lldb/trunk/.clang-format

Modified: lldb/trunk/.clang-format
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.clang-format?rev=215993&r1=215992&r2=215993&view=diff
==============================================================================
--- lldb/trunk/.clang-format (original)
+++ lldb/trunk/.clang-format Tue Aug 19 12:18:38 2014
@@ -1,6 +1,6 @@
 BasedOnStyle: LLVM
 IndentWidth:     4
-ColumnLimit:     120
+ColumnLimit:     140
 BreakBeforeBraces: Allman
 AlwaysBreakAfterDefinitionReturnType: true
 AllowShortFunctionsOnASingleLine: Inline





More information about the lldb-commits mailing list