mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-31 23:35:20 +01:00
7 lines
84 B
JSON
7 lines
84 B
JSON
|
{
|
||
|
"extends": "solhint:recommended",
|
||
|
"rules": {
|
||
|
"indent": ["error", 2]
|
||
|
}
|
||
|
}
|