codex-contracts-eth/.prettierrc

17 lines
195 B
Plaintext
Raw Permalink Normal View History

2022-02-09 13:17:23 +00:00
{
"overrides": [
{
"files": "*.js",
"options": {
"semi": false
}
},
{
"files": "*.sol",
"options": {
"tabWidth": 2
}
}
]
}