Fix .clang-format file to adhere to LLDB 140 column limit.

llvm-svn: 215993
This commit is contained in:
Zachary Turner 2014-08-19 17:18:38 +00:00
parent 97a14e60b2
commit b25e7b42a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
ColumnLimit: 140
BreakBeforeBraces: Allman
AlwaysBreakAfterDefinitionReturnType: true
AllowShortFunctionsOnASingleLine: Inline