box64/.clang-format
Yang Liu 23dd80ffd8
[RV64_DYNAREC] Added more support for XTheadMemPair extension (#995)
* Reformat

* [RV64_DYNAREC] Added more support for XTheadMemPair extension

* Align 'em up

* Fix spec typos
2023-09-27 10:33:25 +02:00

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
---