Browse Source

Update clang-format config for aligning trailing comments

Now requires clang-format 16.
Michael Ragazzon 1 year ago
parent
commit
05c5c9b6a7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .clang-format

+ 3 - 1
.clang-format

@@ -6,7 +6,9 @@ AlignConsecutiveAssignments: false
 AlignConsecutiveDeclarations: false
 AlignConsecutiveDeclarations: false
 AlignEscapedNewlines: Left
 AlignEscapedNewlines: Left
 AlignOperands: false
 AlignOperands: false
-AlignTrailingComments: true
+AlignTrailingComments:
+  Kind: Always
+  OverEmptyLines: 1
 AllowShortBlocksOnASingleLine: Empty
 AllowShortBlocksOnASingleLine: Empty
 AllowShortCaseLabelsOnASingleLine: true
 AllowShortCaseLabelsOnASingleLine: true
 AllowShortFunctionsOnASingleLine: Inline
 AllowShortFunctionsOnASingleLine: Inline