格式化时遵循 C++ 11 标准

This commit is contained in:
Xiaofeng Wang 2022-07-02 10:14:42 +08:00
parent 9314a6699b
commit f96da3d166

View File

@ -71,6 +71,7 @@ SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatements
# 空 {} 中不加空格
SpaceInEmptyBlock: false
Standard: C++11
# Tab 占 4 位
TabWidth: 4
# 不使用 TAB