From 6d5f149a4b0b6e2d37cf69509d8cd5fef067f357 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期五, 17 一月 2025 10:36:11 +0800
Subject: [PATCH] 流程设计器隐藏拓展按钮

---
 Source/BladeX-Tool/.editorconfig |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/Source/BladeX-Tool/.editorconfig b/Source/BladeX-Tool/.editorconfig
new file mode 100644
index 0000000..8cfd370
--- /dev/null
+++ b/Source/BladeX-Tool/.editorconfig
@@ -0,0 +1,21 @@
+# http://editorconfig.org
+root = true
+
+# 绌烘牸鏇夸唬Tab缂╄繘鍦ㄥ悇绉嶇紪杈戝伐鍏蜂笅鏁堟灉涓�鑷�
+[*]
+indent_style = space
+indent_size = 4
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.java]
+indent_style = tab
+
+[*.{json,yml}]
+indent_size = 2
+
+[*.md]
+insert_final_newline = false
+trim_trailing_whitespace = false

--
Gitblit v1.9.3