16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
{
|
|
"plugins": ["prettier-plugin-solidity"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"parser": "solidity-parse",
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true
|
|
}
|
|
}
|
|
]
|
|
} |