From 8cc064e64a7dfa28d5207065dff45ca9a30aff4c Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 14 Oct 2024 22:06:14 -0700 Subject: [PATCH] add editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..858a7d8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 \ No newline at end of file