From b1527874b7850d43ec48355572586fc9fcb93bdd Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 23 Oct 2023 23:05:27 +0900 Subject: [PATCH] added editor.config --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f8e7280 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true +[*] +indent_style = space +indent_size = 4 +