跳转至

SpacesInCStyleCastParentheses

SpacesInCStyleCastParentheses (Boolean)

Info

clang-format 3.7

如果为 true,则可以在 C 风格的强制转换中插入空格。

x = ( int32 )y
x = (int32)y

最后更新: 2022-10-31