aboutsummaryrefslogtreecommitdiff
path: root/prettier.config.js
diff options
context:
space:
mode:
authorUri Shaked2020-04-27 21:53:54 +0300
committerUri Shaked2020-04-27 21:57:13 +0300
commit38be328a977c80f539eba7866589664a6787a9c1 (patch)
tree6de66f862f4ec5a5856d31c01692c9ce06dd3628 /prettier.config.js
parentfix(timer): Timer value should not increment on the same cycle as TCNTn write (diff)
downloadavr8js-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 'prettier.config.js')
-rw-r--r--prettier.config.js3
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',
};