diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 72e85029ef6..00000000000 --- a/.editorconfig +++ /dev/null @@ -1,22 +0,0 @@ -# http://editorconfig.org -root = true - -[*] -indent_style = tab -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.yml] -indent_style = space -indent_size = 2 - -[*.py] -indent_style = space - -[*.md] -trim_trailing_whitespace = false - -[Dockerfile] -indent_style = space diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 79a1a64683a..09324eb844f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,6 @@ { "recommendations": [ "platymuus.dm-langclient", - "EditorConfig.EditorConfig", "arcanis.vscode-zipfs", "dbaeumer.vscode-eslint", "stylemistake.auto-comment-blocks", diff --git a/tgui/.editorconfig b/tgui/.editorconfig deleted file mode 100644 index d1d8a4176a4..00000000000 --- a/tgui/.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -# http://editorconfig.org -root = true - -[*] -indent_style = space -indent_size = 2 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true diff --git a/tools/build/.editorconfig b/tools/build/.editorconfig deleted file mode 100644 index d1d8a4176a4..00000000000 --- a/tools/build/.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -# http://editorconfig.org -root = true - -[*] -indent_style = space -indent_size = 2 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true