From 5503aa871331dfc8edb22dd4acc954dd48a96360 Mon Sep 17 00:00:00 2001 From: mightypanders Date: Sat, 24 Jun 2023 20:56:22 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9f8fa04 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true +[*] +indent_size = 2 +indent_style = space