From 66faca65f419cb14a19ebd1317b672648f0f8e5a Mon Sep 17 00:00:00 2001 From: inter Date: Mon, 8 Sep 2025 16:38:49 +0800 Subject: [PATCH] Add File --- frontend/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frontend/.editorconfig diff --git a/frontend/.editorconfig b/frontend/.editorconfig new file mode 100644 index 0000000..a20656d --- /dev/null +++ b/frontend/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false \ No newline at end of file