community-dapp/.prettierrc.json

15 lines
198 B
JSON

{
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true,
"semi": false,
"overrides": [
{
"files": ["*.sol"],
"options": {
"semi": true
}
}
]
}