From 0dbcc40aac84e0178446deead1496f8c80b8c1e0 Mon Sep 17 00:00:00 2001 From: mayuehit Date: Tue, 25 Nov 2025 11:28:59 +0000 Subject: [PATCH] update .clang-format. Signed-off-by: mayuehit --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 224f57a1..c653fd02 100644 --- a/.clang-format +++ b/.clang-format @@ -136,6 +136,7 @@ SpaceBeforeRangeBasedForLoopColon: true SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 2 SpacesInAngles: false + SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false -- Gitee