mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
18 lines
491 B
Text
18 lines
491 B
Text
|
---
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: LLVM
|
||
|
AlignAfterOpenBracket: DontAlign
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlignEscapedNewlines: DontAlign
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
AlwaysBreakTemplateDeclarations: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
BreakBeforeBraces: Attach
|
||
|
IndentWidth: 4
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
TabWidth: 4
|
||
|
UseTab: ForContinuationAndIndentation
|
||
|
ColumnLimit: 1000
|
||
|
...
|