From 31de9f6f9608e23a60c09732a09d0ff87bf3a8d2 Mon Sep 17 00:00:00 2001 From: Dom-33 Date: Tue, 17 Feb 2026 13:48:30 +0000 Subject: [PATCH] chore: add .editorconfig (automated) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..78c6dde --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2