From 3d9b05a61afc677d4ede1f876a94281a7a017af1 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期四, 09 十一月 2023 17:49:11 +0800
Subject: [PATCH] fix 修复 !pr444 代码判断错误
---
.editorconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index 672defc..25b312e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,7 +10,7 @@
trim_trailing_whitespace = true
insert_final_newline = true
-[*.{json,yml}]
+[*.{json,yml,yaml}]
indent_size = 2
[*.md]
--
Gitblit v1.9.3