mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
|
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
|