From f2e0413889ad2192473b8e5ccb57801b20058c41 Mon Sep 17 00:00:00 2001 From: Il Harper Date: Sun, 3 Mar 2024 23:42:04 +0800 Subject: [PATCH] chore: add editor config --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8f02e58 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +insert_final_newline = true +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true