mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-23 06:30:22 +00:00
70fec208d8
* update clang-format * refactor: add more ifmacros
17 lines
464 B
YAML
17 lines
464 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', 'IF_PEND0R0', 'IFXX', 'IFX2X', 'IFXN', 'UFLAG_IF', 'PASS2IF']
|
|
---
|