1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-20 18:48:28 +02:00
joplin/prettier.config.js

5 lines
78 B
JavaScript
Raw Normal View History

2018-03-09 17:41:34 +00:00
module.exports = {
printWidth: 200,
useTabs: true,
trailingComma: "es5",
};