diff options
| author | Jiarui Wang <wangjiarui4@outlook.com> | 2024-03-28 19:44:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 12:44:33 +0100 |
| commit | 70fec208d83899e5da663302c1ec7c632393afd7 (patch) | |
| tree | 9ddc102bc6c53e9d70380be0b810179e4711a338 | |
| parent | e1f69b9c6171f5d2a67017194232a77025a4a096 (diff) | |
| download | box64-70fec208d83899e5da663302c1ec7c632393afd7.tar.gz box64-70fec208d83899e5da663302c1ec7c632393afd7.zip | |
update clang-format for IFX and QUOTE (#1390)
* update clang-format * refactor: add more ifmacros
| -rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index c407d161..19328c2a 100644 --- a/.clang-format +++ b/.clang-format @@ -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'] --- |