From 5fcfbf6188628713aa833facf55554f7fb42f9c2 Mon Sep 17 00:00:00 2001 From: Hooray <304327508@qq.com> Date: Thu, 30 Jun 2022 12:01:56 +0800 Subject: [PATCH] feat: add `.editorconfig` file (#379) Co-authored-by: Anthony Fu --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..9d08a1a82 --- /dev/null +++ b/.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