paimon-moe/.prettierrc.js

8 lines
115 B
JavaScript
Raw Normal View History

2020-10-22 00:03:33 +02:00
module.exports = {
trailingComma: 'all',
tabWidth: 2,
semi: true,
singleQuote: true,
printWidth: 120,
};