aave-protocol-v2/.prettierrc

17 lines
239 B
Plaintext
Raw Permalink Normal View History

2020-06-18 12:41:23 +00:00
{
"printWidth": 100,
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
2020-06-18 12:41:23 +00:00
"overrides": [
{
"files": "*.sol",
"options": {
"semi": true,
"printWidth": 100
}
}
]
}