From e53e824dccdad05e50a09a02aafd53e42e2ac277 Mon Sep 17 00:00:00 2001 From: Gargaj Date: Wed, 24 Feb 2021 18:10:56 +0100 Subject: [PATCH] Create .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8e19744 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*] +indent_style = space +indent_size = 4 +tab_width = 4