From e55e639af4008a4dfc8efe308838e920952cf1f8 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 13 Feb 2025 14:01:31 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c257e39 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 80