From 97a51af7cf73912084639efea50d49853318a68a Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 3 Oct 2024 22:58:24 -0400 Subject: [PATCH] chore: simple .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..942148d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.py] +charset = utf-8 +indent_style = space +indent_size = 4