From 80d6348cadabc79b12760d933272f77fc5417289 Mon Sep 17 00:00:00 2001 From: dx Date: Mon, 4 May 2020 05:25:08 +0100 Subject: -removed editor config Seems to be screwing up my config in some form, elisp is being formatted in a way I don't like. More to research I guess. --- EditorConfig/.editorconfig | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 EditorConfig/.editorconfig diff --git a/EditorConfig/.editorconfig b/EditorConfig/.editorconfig deleted file mode 100644 index 4fc3beb..0000000 --- a/EditorConfig/.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -root = true - -[*] -end_of_line = lf -insert_final_newline = true -indent_style = tab -tab_width = 2 - -[*.sh] -tab_width = 4 -- cgit v1.2.3-13-gbd6f