mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00

* Reformat * [RV64_DYNAREC] Added more support for XTheadMemPair extension * Align 'em up * Fix spec typos
15 lines
339 B
YAML
15 lines
339 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
AlignTrailingComments: true
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
ColumnLimit: 0
|
|
IndentWidth: 4
|
|
SortIncludes: false
|
|
MaxEmptyLinesToKeep: 2
|
|
IndentCaseLabels: true
|
|
AlignConsecutiveMacros: true
|
|
---
|