From 07ee41aa97278aba8433fb97733164787711a784 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Thu, 9 Jul 2020 21:54:36 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..538ba2b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = tab +indent_size = 2