From cefad64730f5ae139803be6f9ff036618c359977 Mon Sep 17 00:00:00 2001
From: pany <939630029@qq.com>
Date: Tue, 19 Nov 2024 15:00:11 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99?=
 =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .editorconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index d22b472..190b986 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,9 +8,9 @@ root = true
 [*]
 ## 设置字符集
 charset = utf-8
-## 缩进风格 space | tab,建议 space(会自动继承给 Prettier)
+## 缩进风格 space | tab,建议 space
 indent_style = space
-## 缩进的空格数(会自动继承给 Prettier)
+## 缩进的空格数
 indent_size = 2
 ## 换行符类型 lf | cr | crlf,一般都是设置为 lf
 end_of_line = lf