From 13074309f7ddc77615e07601a7ad51d42012a14f Mon Sep 17 00:00:00 2001 From: Phillip9587 Date: Mon, 31 Mar 2025 21:51:06 +0200 Subject: [PATCH] chore: add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..773ca2d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true +quote_type = single