forked from OSchip/llvm-project
Fix .clang-format file to adhere to LLDB 140 column limit.
llvm-svn: 215993
This commit is contained in:
parent
97a14e60b2
commit
b25e7b42a9
|
@ -1,6 +1,6 @@
|
|||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
ColumnLimit: 140
|
||||
BreakBeforeBraces: Allman
|
||||
AlwaysBreakAfterDefinitionReturnType: true
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
|
|
Loading…
Reference in New Issue