diff --git a/prettier.config.js b/prettier.config.js new file mode 100644 index 000000000..2fd3b38fe --- /dev/null +++ b/prettier.config.js @@ -0,0 +1,8 @@ +module.exports = { + semi: false, + trailingComma: "es5", + singleQuote: false, + printWidth: 80, + tabWidth: 2, + endOfLine: "lf", +}