1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Added prettier config file

This commit is contained in:
Laurent Cozic 2018-03-09 17:41:34 +00:00
parent 570b5856ba
commit 250cd47e02

5
prettier.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
printWidth: 200,
useTabs: true,
trailingComma: "es5",
};