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:
parent
570b5856ba
commit
250cd47e02
5
prettier.config.js
Normal file
5
prettier.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
printWidth: 200,
|
||||
useTabs: true,
|
||||
trailingComma: "es5",
|
||||
};
|
Loading…
Reference in New Issue
Block a user