mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
17 lines
257 B
Plaintext
17 lines
257 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"printWidth": 110,
|
|
"overrides": [
|
|
{
|
|
"files": "*.sol",
|
|
"options": {
|
|
"singleQuote": false,
|
|
"printWidth": 130
|
|
}
|
|
}
|
|
]
|
|
}
|