fluid-contracts-public/.prettierrc.json

17 lines
281 B
JSON
Raw Permalink Normal View History

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