1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/.prettierrc.json
2019-07-29 13:48:43 +02:00

8 lines
125 B
JSON

{
"useTabs": true,
"singleQuote": true,
"printWidth": 1000,
"semi": true,
"trailingComma": "es5",
"endOfLine": "auto"
}