UNPKG

@defi-wonderland/keep3r-v2

Version:

The Keep3r Network is a decentralized network for projects that need external devops, and for external teams to find keeper jobs

33 lines (32 loc) 571 B
{ "overrides": [ { "files": "**.sol", "options": { "printWidth": 145, "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false } }, { "files": ["**.ts", "**.js"], "options": { "printWidth": 145, "tabWidth": 2, "semi": true, "singleQuote": true, "useTabs": false, "endOfLine": "auto" } }, { "files": "**.json", "options": { "tabWidth": 2, "printWidth": 200 } } ] }