diff options
| author | Uri Shaked | 2020-04-27 21:53:54 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-27 21:57:13 +0300 |
| commit | 38be328a977c80f539eba7866589664a6787a9c1 (patch) | |
| tree | 6de66f862f4ec5a5856d31c01692c9ce06dd3628 /prettier.config.js | |
| parent | fix(timer): Timer value should not increment on the same cycle as TCNTn write (diff) | |
| download | avr8js-38be328a977c80f539eba7866589664a6787a9c1.tar.gz avr8js-38be328a977c80f539eba7866589664a6787a9c1.tar.bz2 avr8js-38be328a977c80f539eba7866589664a6787a9c1.zip | |
chore(deps): prettier 2.0
also update:
- eslint-config-prettier
- eslint-plugin-prettier
Diffstat (limited to '')
| -rw-r--r-- | prettier.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
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', }; |
