git.delta.rocks / unique-network / refs/commits / 4dba15479b2d

difftreelog

source

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