From 06153beee6736abb8c70b37be5bb0a1ef6cbb5ca Mon Sep 17 00:00:00 2001 From: filesite Date: Fri, 14 Oct 2022 10:52:02 +0800 Subject: [PATCH] add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..77ccf06 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4