From 7d8c8145162ab305aeb78c3d092321ee40d42a12 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Fri, 24 Dec 2021 22:33:41 -0500 Subject: [PATCH] Add editorconfig for gitea --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..04ea73c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root=true + +[*] +indent_size=4 +tab_width=4