mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-27 04:44:31 +00:00
20 lines
476 B
YAML
20 lines
476 B
YAML
AlignEscapedNewlinesLeft: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 80
|
|
IndentCaseLabels: true
|
|
IndentWidth: 2
|
|
Language: Cpp
|
|
PointerAlignment: Right
|
|
SpaceAfterCStyleCast: true
|
|
SpaceBeforeAssignmentOperators: true
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceInEmptyParentheses: false
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInParentheses: false
|
|
Standard: Cpp11
|
|
TabWidth: 2
|
|
UseTab: Never
|