From 3efd3aef978d8e08e5bd21d68e4f21c27b99544b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 7 Dec 2018 18:58:33 -0500 Subject: [PATCH] meta: Add symlink to .editorconfig This should make web interfaces and editorconfig-equipped text editors show the correct amount of spacing for tab characters. This should also make it easy for contributors to use the right indentation and other file settings. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) create mode 120000 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 120000 index 0000000..8e20ef8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1 @@ +editorconfig/.editorconfig \ No newline at end of file