mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-07-24 15:45:21 -04:00
16 lines
257 B
Text
16 lines
257 B
Text
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"printWidth": 110,
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"singleQuote": false,
|
|
"printWidth": 130
|
|
}
|
|
}
|
|
]
|
|
}
|