formatting.

This commit is contained in:
Tijani Lawal 2024-08-08 06:40:14 -05:00
parent a1ffe981a6
commit 63a8a2bc8a
3 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ AlignConsecutiveBitFields:
PadOperators: true PadOperators: true
AlignConsecutiveDeclarations: AlignConsecutiveDeclarations:
Enabled: true Enabled: true
AcrossEmptyLines: true AcrossEmptyLines: false
AcrossComments: false AcrossComments: false
AlignCompound: true AlignCompound: true
PadOperators: true PadOperators: true

View File

@ -10,5 +10,4 @@
// clang-format on // clang-format on
u64 main(int argc, char **argv) { return 0; } u64 main(int argc, char **argv) { return 0; }