From 9a3a748e9af2d9609de4a465c74c42fddd60107c Mon Sep 17 00:00:00 2001 From: Goooler Date: Mon, 19 Jul 2021 12:57:52 +0800 Subject: [PATCH] Add .editorconfig for format --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..68f680f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.yml] +indent_size = 2