github.com/codingfuture/orig-energi3@v0.8.4/.soliumrc.json (about)

     1  {
     2    "extends": "solium:recommended",
     3    "plugins": [
     4      "security"
     5    ],
     6    "rules": {
     7      "quotes": [
     8        "error",
     9        "double"
    10      ],
    11      "indentation": [
    12        "error",
    13        4
    14      ],
    15      "linebreak-style": [
    16        "error",
    17        "unix"
    18      ]
    19    }
    20  }