summaryrefslogtreecommitdiff
path: root/client/.prettierrc
blob: 2a8452e1794aec8d8f591ea596ece862fb7c5829 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "semi": false,
  "trailingComma": "none",
  "singleQuote": true,
  "printWidth": 80,
  "tabWidth": 2,
  "useTabs": false,
  "jsxBracketSameLine": false,
  "bracketSpacing": true
}