Skip to content

Commit

Permalink
update: .clang-format trailing comments option
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Martins <[email protected]>
  • Loading branch information
josecm authored and miguelafsilva5 committed Nov 6, 2023
1 parent b3b4721 commit b2c2948
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ AlignConsecutiveBitFields: None
AlignConsecutiveDeclarations: None
AlignEscapedNewlines: Left
AlignOperands: DontAlign
AlignTrailingComments: false
AlignTrailingComments:
Kind: Always
OverEmptyLines: 2
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortEnumsOnASingleLine: true
Expand Down

0 comments on commit b2c2948

Please sign in to comment.