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