From 8ab522b6cae188d5fb5b832233aaf9b1f74a8640 Mon Sep 17 00:00:00 2001 From: Rintim Date: Wed, 8 Nov 2023 16:32:25 +0800 Subject: [PATCH] chore(edit): add editorconfig. --- .editorconfig | 11 +++++++++++ .gitignore | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..61c31431d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true + +[*.js] +indent_style = tab +indent_size = 4 diff --git a/.gitignore b/.gitignore index ccd888ae8..ca9421e48 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ .Trashes ehthumbs.db Thumbs.db -localStorage.json \ No newline at end of file +localStorage.json +.vscode/*