Cradicle Explorer
doh-proxy
Info
Issues
Patches
Wallets
Source
Source
.github
.vscode
pages
src
utils
.editorconfig
.gitignore
.prettierrc
LICENSE
README.md
config.json
package-lock.json
package.json
resolvers.json
tsconfig.json
worker-configuration.d.ts
wrangler.toml
/
.prettierrc
.prettierrc
1
{
2
"printWidth": 140,
3
"singleQuote": true,
4
"semi": true,
5
"useTabs": true
6
}