You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Added prettier config file
This commit is contained in:
5
prettier.config.js
Normal file
5
prettier.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
printWidth: 200,
|
||||
useTabs: true,
|
||||
trailingComma: "es5",
|
||||
};
|
Reference in New Issue
Block a user