Files
2026-07-13 13:22:34 +08:00

7 lines
101 B
JavaScript

module.exports = {
printWidth: 120,
singleQuote: true,
trailingComma: 'all',
tabWidth: 2,
};