taskcafe/frontend/.prettierrc.js

9 lines
139 B
JavaScript
Raw Normal View History

2020-04-10 04:40:22 +02:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
2020-07-12 09:06:11 +02:00
tabWidth: 2,
bracketSpacing: true,
2020-04-10 04:40:22 +02:00
};