From 82bb7a07c60db77baef661f1d859c38e7861b004 Mon Sep 17 00:00:00 2001 From: mihna123 Date: Sun, 24 May 2026 15:56:35 +0200 Subject: Initial commit --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..18616d3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +charset = utf-8 -- cgit v1.3.1