mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
87b23d0207
to match the Python code
22 lines
545 B
YAML
22 lines
545 B
YAML
# A clang-format style that approximates Python's PEP 7
|
|
# Useful for IDE integration
|
|
BasedOnStyle: Google
|
|
AlwaysBreakAfterReturnType: All
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AlignAfterOpenBracket: BlockIndent
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 88
|
|
DerivePointerAlignment: false
|
|
IndentGotoLabels: false
|
|
IndentWidth: 4
|
|
Language: Cpp
|
|
PointerAlignment: Right
|
|
ReflowComments: true
|
|
SortIncludes: false
|
|
SpaceBeforeParens: ControlStatements
|
|
SpacesInParentheses: false
|
|
TabWidth: 4
|
|
UseTab: Never
|