From 014550c81617b442a53546b94e97dd58326f61ef Mon Sep 17 00:00:00 2001
From: konbai <1527468660@qq.com>
Date: 星期五, 09 六月 2023 13:33:03 +0800
Subject: [PATCH] fix 修复 登录校验错误次数未达到上限时,错误次数缓存未设置有效时间问题。
---
.editorconfig | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index 8cfd370..25b312e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,10 +10,7 @@
trim_trailing_whitespace = true
insert_final_newline = true
-[*.java]
-indent_style = tab
-
-[*.{json,yml}]
+[*.{json,yml,yaml}]
indent_size = 2
[*.md]
--
Gitblit v1.9.3