diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000000..a5f2abdd6ec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +max_line_length = 120 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/.prettierrc.json b/.prettierrc.json index dc9da2f5d10..85fb7ba107f 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,7 +1,6 @@ { "semi": false, "singleQuote": true, - "printWidth": 120, "proseWrap": "always", "quoteProps": "consistent", "trailingComma": "es5"