From 23e92ffc3acf4ecf38826a30629bbda9990f7b55 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 14 Mar 2021 18:52:44 +0100 Subject: [PATCH] Add editorconfig --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c85e58b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +indent_size=2 \ No newline at end of file