dione/eth-contracts/.soliumrc.json
2020-12-02 17:03:39 +03:00

20 lines
253 B
JSON

{
"extends": "solium:recommended",
"plugins": [
"security"
],
"rules": {
"quotes": [
"error",
"double"
],
"indentation": [
"error",
4
],
"linebreak-style": [
"error",
"unix"
]
}
}