becrypto/.prettierrc.json
2022-08-18 10:54:42 +08:00

15 lines
259 B
JSON

{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false,
"explicitTypes": "always"
}
}
]
}