Files
openzeppelin-contracts/.prettierrc
2022-01-13 23:13:57 +00:00

12 lines
149 B
Plaintext

{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 120,
"explicitTypes": "always"
}
}
]
}