forked from OSchip/llvm-project
parent
3551e311f0
commit
f818625103
|
@ -2,3 +2,6 @@ BasedOnStyle: LLVM
|
|||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
BreakBeforeBraces: Allman
|
||||
AlwaysBreakAfterDefinitionReturnType: true
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
BreakConstructorInitializersBeforeComma: true
|
Loading…
Reference in New Issue