From 8b1bf2447b7b5578ba5ead3b90cb2672710d79d3 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 28 Feb 2020 09:41:51 +0000 Subject: [PATCH] Tell GitHub to use 4 width tabs --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1c6e785 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +#editorconfig.org +root = true + +[*] +indent_style = tab +indent_size = 4