purescript-opentype/.prettierrc.cjs

9 lines
135 B
JavaScript
Raw Normal View History

2024-01-09 23:16:43 +00:00
module.exports = {
tabWidth: 2,
trailingComma: 'all',
singleQuote: true,
semi: false,
arrowParens: 'avoid',
plugins: [],
}