Files
core/.prettierrc
Peter Michael dd137b2dee Initial commit
2022-01-25 15:19:42 -05:00

18 lines
262 B
Plaintext

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