From c63de706380758bd9d45e71a12c9191434f75076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=B1=E9=BB=91=E6=A3=AE=E6=9E=97?= Date: Sun, 2 Feb 2025 22:42:37 +0800 Subject: [PATCH] Update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c987a5ba..58f71e2d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ [*.{cs,vb}] # IDE0028: 简化集合初始化 -dotnet_style_collection_initializer = true:silent +dotnet_style_collection_initializer true:silent