fluid-contracts-public/.prettierrc.json
2024-07-11 13:05:09 +00:00

17 lines
281 B
JSON

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