SpaceAfterCStyleCast
SpaceAfterCStyleCast (Boolean
)¶
Info
clang-format 3.5
如果为 true
,则在 C
风格强制转换后插入一个空格。
(int) i;
(int)i;
最后更新:
2022-10-31
Boolean
)¶clang-format 3.5
如果为 true
,则在 C
风格强制转换后插入一个空格。
(int) i;
(int)i;