run clang-format
This commit is contained in:
parent
71385a1fd5
commit
80d2ed5180
4 changed files with 28 additions and 19 deletions
|
|
@ -1,2 +1,12 @@
|
|||
---
|
||||
BasedOnStyle: WebKit
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 88
|
||||
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortIfStatementsOnASingleLine: WithoutElse
|
||||
|
||||
BinPackParameters: OnePerLine
|
||||
|
||||
AlignConsecutiveMacros: Consecutive
|
||||
AlignEscapedNewlines: LeftWithLastLine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue