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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits