Files
collab-ledger/.prettierrc.cjs
T
2026-06-17 17:40:12 +08:00

8 lines
131 B
JavaScript

module.exports = {
tabWidth: 2,
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};