aboutsummaryrefslogtreecommitdiff
path: root/source/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'source/.clang-format')
-rw-r--r--source/.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/.clang-format b/source/.clang-format
index 89505b6..d4da962 100644
--- a/source/.clang-format
+++ b/source/.clang-format
@@ -5,7 +5,7 @@ AlignConsecutiveAssignments: 'false'
AlignConsecutiveDeclarations: 'false'
AlignEscapedNewlines: Left
AlignOperands: 'true'
-AlignTrailingComments: 'false'
+AlignTrailingComments: 'true'
AllowAllParametersOfDeclarationOnNextLine: 'true'
AllowShortBlocksOnASingleLine: 'false'
AllowShortCaseLabelsOnASingleLine: 'false'