mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 14:08:24 -05:00
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
|
IndentWidth: 2
|
||
|
UseTab: Never
|
||
|
ReflowComments: true
|
||
|
PointerAlignment: Middle
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlwaysBreakAfterReturnType: TopLevel
|
||
|
ColumnLimit: 80
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterFunction: true
|
||
|
AfterControlStatement: Never
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
BreakBeforeBinaryOperators: None
|