1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-22 06:57:02 +00:00

Modernize .clang-format

This commit is contained in:
Carles Fernandez 2024-12-22 02:02:53 +01:00
parent 21a8e8fee0
commit e805a08ff5
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -10,7 +10,8 @@ AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlinesLeft: true
AlignOperands: true
AlignTrailingComments: true
AlignTrailingComments:
Kind: Always
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false