Skip to content

Commit

Permalink
Fix .clang-format file to adhere to LLDB 140 column limit.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@215993 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Zachary Turner committed Aug 19, 2014
1 parent ef86ba5 commit 93f8733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
ColumnLimit: 140
BreakBeforeBraces: Allman
AlwaysBreakAfterDefinitionReturnType: true
AllowShortFunctionsOnASingleLine: Inline
Expand Down

0 comments on commit 93f8733

Please sign in to comment.