erratic-gate/.prettierrc.js

8 lines
124 B
JavaScript
Raw Normal View History

module.exports = {
2019-08-04 01:45:00 +02:00
semi: false,
trailingComma: 'none',
singleQuote: true,
printWidth: 80,
tabWidth: 4
}