commit 7adae29422b950d988d76f599f030c27697e8d6e
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Thu Nov 3 10:51:14 2022 +0200
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Thu Nov 3 10:51:14 2022 +0200
clang-format: Set SpaceAfterCStyleCast to true
---
.clang-format | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.clang-format b/.clang-format
index e7edf96e..7a183161 100644
--- a/.clang-format
+++ b/.clang-format
@@ -115,7 +115,7 @@ PointerAlignment: Right
ReflowComments: false
SortIncludes: false
SortUsingDeclarations: true
-SpaceAfterCStyleCast: false
+SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true