From df2def57974da6de89fdf391c9ae73b7f6eec293 Mon Sep 17 00:00:00 2001 From: Phillip9587 Date: Mon, 31 Mar 2025 23:19:24 +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 00000000..ffc4e925 --- /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 \ No newline at end of file