aave-protocol-v2/.prettierrc
2020-06-18 15:41:23 +03:00

16 lines
222 B
Plaintext

{
"printWidth": 100,
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"overrides": [
{
"files": "*.sol",
"options": {
"semi": true,
"printWidth": 100
}
}
]
}