github.com/cryptohub-digital/blockbook-fork@v0.0.0-20230713133354-673c927af7f1/.prettierrc (about)

     1  {
     2      "printWidth": 100,
     3      "arrowParens": "avoid",
     4      "bracketSpacing": true,
     5      "singleQuote": true,
     6      "semi": true,
     7      "trailingComma": "all",
     8      "tabWidth": 4,
     9      "useTabs": false,
    10      "bracketSameLine": false
    11  }