From 161aa2492c345ae50b514e142695017246bb31f0 Mon Sep 17 00:00:00 2001 From: dx Date: Mon, 4 May 2020 05:04:53 +0100 Subject: +editor config Switching from spaces to tabs because tabs are better for everyone to use. --- EditorConfig/.editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 EditorConfig/.editorconfig diff --git a/EditorConfig/.editorconfig b/EditorConfig/.editorconfig new file mode 100644 index 0000000..4fc3beb --- /dev/null +++ b/EditorConfig/.editorconfig @@ -0,0 +1,10 @@ +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