summaryrefslogtreecommitdiffstats
path: root/public/.prettierrc
blob: 1d2a0485a3fff9c904409b44603fe136bcf81cc6 (plain)
1
2
3
4
5
6
7
8
{
  "printWidth": 80,
  "singleQuote": true,
  "useTabs": false,
  "tabWidth": 2,
  "semi": true,
  "bracketSpacing": true
}