From f1fa7c581f03c11f468301824ba461d42cf611aa Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 28 Feb 2024 17:12:29 +0100 Subject: [PATCH] add editorconfig to help with Forgejo space display --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c17e595 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +root = true +[*] +tab_width: 8