mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
module.exports = {
|
|
trailingComma: "none",
|
|
singleQuote: false,
|
|
semi: true,
|
|
printWidth: 80,
|
|
useTabs: false,
|
|
tabWidth: 2
|
|
};
|