From f0fd1303f4a8bf48a4a7757a8b39edc943359c72 Mon Sep 17 00:00:00 2001 From: Goooler Date: Sat, 14 Jan 2023 09:24:29 +0800 Subject: [PATCH] Add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..1b58baf45 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{yml,yaml}] +indent_size = 2