From f1d079f9c0b3d384090477ca54e0548373d62b57 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Thu, 16 Jan 2025 11:56:39 +0800 Subject: [PATCH] 配置修改 --- web_src/.editorconfig | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/web_src/.editorconfig b/web_src/.editorconfig new file mode 100644 index 0000000..9d08a1a --- /dev/null +++ b/web_src/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- Gitblit v1.9.3