From f7b087a324d160241e66d58b9f80a354e39a7346 Mon Sep 17 00:00:00 2001 From: TCL <1620508360@qq.com> Date: Thu, 21 Jul 2022 23:03:00 +0800 Subject: [PATCH] chore: delete InsertBraces: false in clangformat --- .clang-format | 2 -- 1 file changed, 2 deletions(-) diff --git a/.clang-format b/.clang-format index 517a4dd..f49f85d 100644 --- a/.clang-format +++ b/.clang-format @@ -99,7 +99,6 @@ IndentPPDirectives: None IndentRequires: false IndentWidth: 4 IndentWrappedFunctionNames: true -InsertBraces: false InsertTrailingCommas: None LambdaBodyIndentation: Signature MaxEmptyLinesToKeep: 1 @@ -241,7 +240,6 @@ IndentPPDirectives: None IndentRequires: false IndentWidth: 4 IndentWrappedFunctionNames: true -InsertBraces: false InsertTrailingCommas: None LambdaBodyIndentation: Signature MaxEmptyLinesToKeep: 1