diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-18 21:43:44 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-18 21:43:44 -0500 |
commit | e94db4695e236b42ae1be44b2605075161d5144f (patch) | |
tree | ada1a0442abdd08375df7f9a8f9cd50924e0840a /.clang-format | |
parent | 8249b28bea29e8ce17eac12776a60ec3f9e47176 (diff) |
Add temporary work for formatting.
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
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 |