0
1
Fork 0
hedera-web-mindshore/.prettierrc.js

10 lines
180 B
JavaScript
Raw Normal View History

module.exports = {
printWidth: 80,
tabWidth: 4,
useTabs: false,
singleQuote: true,
bracketSpacing: true,
arrowParens: 'avoid',
2024-07-17 01:02:31 +00:00
trailingComma: 'none'
};