mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
22 lines
440 B
Plaintext
22 lines
440 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": false,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"semi": true,
|
|
"plugins": ["./node_modules/prettier-plugin-solidity"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"explicitTypes": "always"
|
|
}
|
|
}
|
|
]
|
|
} |