mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-20 03:34:27 +00:00
11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
|
BasedOnStyle: Microsoft
|
||
|
IndentWidth: 4
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
BreakBeforeBraces: Linux
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignTrailingComments: True
|
||
|
AllowShortEnumsOnASingleLine: True
|
||
|
AlignConsecutiveAssignments: Consecutive
|
||
|
ColumnLimit: 120
|