1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-05 12:50:29 +02:00
joplin/prettier.config.js
2018-03-09 17:41:34 +00:00

5 lines
78 B
JavaScript

module.exports = {
printWidth: 200,
useTabs: true,
trailingComma: "es5",
};