From 38be328a977c80f539eba7866589664a6787a9c1 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 27 Apr 2020 21:53:54 +0300 Subject: chore(deps): prettier 2.0 also update: - eslint-config-prettier - eslint-plugin-prettier --- prettier.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'prettier.config.js') diff --git a/prettier.config.js b/prettier.config.js index 98476bb..5adb24c 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -2,5 +2,6 @@ module.exports = { arrowParens: 'always', printWidth: 100, singleQuote: true, - tabWidth: 2 + tabWidth: 2, + endOfLine: 'auto', }; -- cgit v1.2.3