summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 5c01872e38d883a71a784dad61abc2dcb8566fce (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "tabWidth": 2,
  "useTabs": false,
  "printWidth": 80,
  "endOfLine": "lf",
  "singleQuote": false,
  "semi": true,
  "trailingComma": "none"
}