mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-14 18:57:50 +01:00
11 lines
176 B
JavaScript
11 lines
176 B
JavaScript
module.exports = {
|
|
trailingComma: "none",
|
|
singleQuote: false,
|
|
semi: true,
|
|
printWidth: 80,
|
|
useTabs: false,
|
|
tabWidth: 2,
|
|
bracketSpacing: true,
|
|
endOfLine: "lf"
|
|
};
|