summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-10-18 21:43:44 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-10-18 21:43:44 -0500
commite94db4695e236b42ae1be44b2605075161d5144f (patch)
treeada1a0442abdd08375df7f9a8f9cd50924e0840a /.clang-format
parent8249b28bea29e8ce17eac12776a60ec3f9e47176 (diff)
Add temporary work for formatting.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 50883a6..87aff92 100644
--- a/.clang-format
+++ b/.clang-format
@@ -30,6 +30,7 @@ AlignConsecutiveMacros:
PadOperators: false
AlignEscapedNewlines: Left
AlignOperands: false
+AlignTrailingComments: Never
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Never