dione/eth-contracts/.soliumrc.json

20 lines
253 B
JSON
Raw Normal View History

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