From 26fafa1c01c5b1b9cffe40de17267bef91fc989e Mon Sep 17 00:00:00 2001 From: a2ray <52647259+a2ray@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:52:56 +1000 Subject: [PATCH] Create .editorconfig hoping this fixes indent woes --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..5ff9f04f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +indent_style = tab +indent_size = 4