16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid",
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
}
|
|
],
|
|
"plugins": ["prettier-plugin-solidity"]
|
|
}
|