diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 12cf1111232..00000000000 --- a/.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -# https://editorconfig.org -root = true - -[*] -charset = utf-8 -insert_final_newline = true -trim_trailing_whitespace = true - -[{*.js,*.json,*.yml}] -indent_size = 2 -indent_style = space