summaryrefslogtreecommitdiff
path: root/.prettierrc.json
blob: fa9699b89547ae888102d600ba1723323542cd5f (plain)
1
2
3
4
5
6
7
{
  "semi": true,
  "trailingComma": "all",
  "singleQuote": true,
  "printWidth": 80,
  "tabWidth": 2
}