summaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: b8039f84304ad798d65f7eb2704d54419f9f362c (plain)
1
2
3
4
5
6
{
  "endOfLine": "lf",
  "printWidth": 80,
  "tabWidth": 2,
  "trailingComma": "es5"
}