2023-09-24 20:20:21 +00:00
|
|
|
---
|
|
|
|
BasedOnStyle: WebKit
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
ColumnLimit: 0
|
|
|
|
IndentWidth: 4
|
|
|
|
SortIncludes: false
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
IndentCaseLabels: true
|
2023-09-27 08:33:25 +00:00
|
|
|
AlignConsecutiveMacros: true
|
2024-03-28 11:44:33 +00:00
|
|
|
WhitespaceSensitiveMacros: ['QUOTE']
|
2024-04-06 09:38:04 +00:00
|
|
|
IfMacros: ['IFX', 'IFX2', 'IFXA', 'IFX_PENDOR0', 'IFXX', 'IFX2X', 'IFXN', 'UFLAG_IF', 'PASS2IF']
|
2024-04-03 05:38:31 +00:00
|
|
|
UseTab: Never
|
2023-09-24 20:20:21 +00:00
|
|
|
---
|