From e204fa5ca72dca5c248a7ecd6345178338b9c638 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Wed, 8 Jul 2020 18:25:41 +0100 Subject: [PATCH] Added .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ba49e3c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = tab +indent_size = 4