Files
core/.prettierrc
2023-02-21 21:15:50 +00:00

18 lines
262 B
Plaintext

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