mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-20 18:48:28 +02:00
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
|
module.exports = {
|
||
|
printWidth: 200,
|
||
|
useTabs: true,
|
||
|
trailingComma: "es5",
|
||
|
};
|