Tweak clang-format to not align across empty lines

That should fix insane function declarations
This commit is contained in:
2024-04-14 16:51:16 +02:00
parent fffc513b16
commit 63af59f5ac
47 changed files with 300 additions and 300 deletions

View File

@@ -4,19 +4,19 @@ AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments:
Enabled: true
AcrossEmptyLines: true
AcrossEmptyLines: false
AcrossComments: false
AlignConsecutiveBitFields:
Enabled: true
AcrossEmptyLines: true
AcrossComments: true
AcrossEmptyLines: false
AcrossComments: false
AlignConsecutiveDeclarations:
Enabled: true
AcrossEmptyLines: true
AcrossEmptyLines: false
AcrossComments: false
AlignConsecutiveMacros:
Enabled: true
AcrossEmptyLines: true
AcrossEmptyLines: false
AcrossComments: false
AlignTrailingComments:
Kind: Always