diff --git a/.editorconfig b/.editorconfig index efa2ce21..7ef9acf5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ indent_size = 4 [*.{js,json}] indent_style = space -indent_size = 4 +indent_size = 2 trim_trailing_whitespace = true max_line_length = 120 diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 5555a6e0..00000000 --- a/jsconfig.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "compilerOptions": { - "target": "ES6" - } -} \ No newline at end of file