mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-20 03:34:27 +00:00
08194af424
- Moved C++ code to cpp/ from src/raspberrypi - Related updates to Makefile, easyinstall.sh, and the github build rules - Removed the native X68k C code in src/x68k from the repo
11 lines
324 B
YAML
11 lines
324 B
YAML
BasedOnStyle: Microsoft
|
|
IndentWidth: 4
|
|
AlwaysBreakAfterReturnType: None
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
BreakBeforeBraces: Linux
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: True
|
|
AllowShortEnumsOnASingleLine: True
|
|
AlignConsecutiveAssignments: Consecutive
|
|
ColumnLimit: 120 |