From 9645acd936803088d4c3385e0cf4293625f08166 Mon Sep 17 00:00:00 2001 From: Pyry Jahkola Date: Sat, 11 Oct 2025 23:17:22 +0300 Subject: [PATCH] Add .editorconfig for consistent coding style --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..533d5fb7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +indent_size = 2 +indent_style = space +insert_final_newline = true +