mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-23 01:45:20 +08:00
89f0c494e4
* Fixed F2 0F MOVSD opcode * Added F3 0F 6F MOVDQU opcode * Added F2,F3 A5 MOVSD opcode * Added 80 /5 SUB opcode * Fixed a typo in .clang-format * Added 66 85 TEST opcode and a fix
18 lines
487 B
YAML
18 lines
487 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
|
|
WhitespaceSensitiveMacros: ['QUOTE']
|
|
IfMacros: ['IFX', 'IFX2', 'IFXA', 'IFX_PENDOR0', 'IFXX', 'IFX2X', 'IFXN', 'UFLAG_IF', 'PASS2IF']
|
|
UseTab: Never
|
|
---
|