mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-26 12:24:32 +00:00
19 lines
450 B
Plaintext
19 lines
450 B
Plaintext
|
AlignEscapedNewlinesLeft: true
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
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
|