diff --git a/.clang-format b/.clang-format index cfe56b86..4d395a36 100644 --- a/.clang-format +++ b/.clang-format @@ -71,6 +71,7 @@ SpaceBeforeInheritanceColon: true SpaceBeforeParens: ControlStatements # 空 {} 中不加空格 SpaceInEmptyBlock: false +Standard: C++11 # Tab 占 4 位 TabWidth: 4 # 不使用 TAB