use spaces after C-style casts

eg. '(uint) expr;`
This commit is contained in:
Jussi Kuokkanen 2023-08-29 18:10:58 +03:00
parent f8b0ae15b6
commit c3a5327045

View File

@ -12,6 +12,7 @@ IndentPPDirectives: BeforeHash
IndentWrappedFunctionNames: true
PointerAlignment: Right
SortIncludes: Never # src/plugins/Nvidia.cpp breaks with this on
SpaceAfterCStyleCast: true
# 8 column tabs
IndentWidth: 8