mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 22:25:42 +00:00
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
|
Language: Cpp
|
||
|
IndentWidth: 4
|
||
|
PointerAlignment: Left
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
|
||
|
IndentCaseLabels: false
|
||
|
ReflowComments: false
|
||
|
ColumnLimit: 120
|
||
|
AccessModifierOffset: -4
|
||
|
AlignTrailingComments: true
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|