update clang-format for IFX and QUOTE (#1390)

* update clang-format

* refactor: add more ifmacros
This commit is contained in:
Jiarui Wang 2024-03-28 19:44:33 +08:00 committed by GitHub
parent e1f69b9c61
commit 70fec208d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,4 +11,6 @@ SortIncludes: false
MaxEmptyLinesToKeep: 2
IndentCaseLabels: true
AlignConsecutiveMacros: true
WhitespaceSensitiveMacros: ['QUOTE']
IfMacros: ['IFX', 'IFX2', 'IF_PEND0R0', 'IFXX', 'IFX2X', 'IFXN', 'UFLAG_IF', 'PASS2IF']
---