site/prettier.config.js
Lachlan Campbell 3ea9a9befd Begin v3
2020-04-16 16:22:52 -04:00

6 lines
99 B
JavaScript
Executable file

module.exports = {
singleQuote: true,
trailingComma: 'none',
printWidth: 80,
semi: false
}