community-dapp/.prettierrc.json

7 lines
90 B
JSON
Raw Normal View History

{
"semi": false,
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true
}