mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
5b3626dcf5
Co-authored-by: Tony Kuker <akuker@gmail.com>
12 lines
347 B
YAML
12 lines
347 B
YAML
BasedOnStyle: Microsoft
|
|
IndentWidth: 4
|
|
AlwaysBreakAfterReturnType: None
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
BreakBeforeBraces: Linux
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: True
|
|
AllowShortEnumsOnASingleLine: True
|
|
AlignConsecutiveAssignments: Consecutive
|
|
ColumnLimit: 120
|
|
PointerAlignment: Left |