mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-28 14:34:36 +00:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
|
BasedOnStyle: Microsoft
|
||
|
IndentWidth: 4
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
BreakBeforeBraces: Linux
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignTrailingComments: True
|
||
|
AllowShortEnumsOnASingleLine: True
|
||
|
AlignConsecutiveAssignments: Consecutive
|
||
|
ColumnLimit: 120
|
||
|
PointerAlignment: Left
|
||
|
|