mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-07 15:36:41 +08:00
19 lines
554 B
YAML
19 lines
554 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', 'IFXORNAT', 'IFX2', 'IFXA', 'IFX_PENDOR0', 'IFXX', 'IFX2X', 'IFXN', 'UFLAG_IF', 'PASS2IF', 'IF_UNALIGNED', 'IF_ALIGNED']
|
|
UseTab: Never
|
|
IndentPPDirectives: None
|
|
---
|