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

8 lines
138 B
JavaScript

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