From f96da3d166c36ac02ec1b3c059785e65cf8b212d Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Sat, 2 Jul 2022 10:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=97=B6=E9=81=B5?= =?UTF-8?q?=E5=BE=AA=20C++=2011=20=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-format | 1 + 1 file changed, 1 insertion(+) 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