github.com/MetalBlockchain/subnet-evm@v0.4.9/contract-examples/.prettierrc (about)

     1  {
     2    "overrides": [
     3      {
     4        "files": "*.sol",
     5        "options": {
     6          "printWidth": 120,
     7          "tabWidth": 2,
     8          "useTabs": false,
     9          "singleQuote": false,
    10          "bracketSpacing": false,
    11          "explicitTypes": "always"
    12        }
    13      }
    14    ]
    15  }