mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-18 16:31:44 +02:00
17 lines
420 B
YAML
17 lines
420 B
YAML
BasedOnStyle: GNU
|
|
AccessModifierOffset: -2
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignOperands: DontAlign
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeBraces: Stroustrup
|
|
IndentWidth: 2
|
|
SortIncludes: Never
|
|
SpaceAfterCStyleCast: true
|
|
SpaceBeforeParens: ControlStatements
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
ColumnLimit: 0
|