summaryrefslogtreecommitdiff
path: root/docs/.prettierrc
blob: c3a4e067286e8dcec1e7482f0b201e56b77906ab (plain) (blame)
1
2
3
4
5
6
7
{
  "singleQuote": true,
  "tabWidth": 2,
  "endOfLine": "auto",
  "trailingComma": "es5",
  "printWidth": 80
}