From ba07aa7b98fc4f5e2884091dc546c5af9b9f52fa Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Sun, 29 Mar 2026 04:10:48 +0300 Subject: ok maybe --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a7d5c33 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: https://EditorConfig.org +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false -- cgit v1.3