SpaceAfterTemplateKeyword
SpaceAfterTemplateKeyword (Boolean
)¶
Info
clang-format 4
如果为 true
,则在 template
关键字后面插入一个空格。
template <int> void foo();
template<int> void foo();
最后更新:
2022-10-31
Boolean
)¶clang-format 4
如果为 true
,则在 template
关键字后面插入一个空格。
template <int> void foo();
template<int> void foo();