aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/.prettierrc
blob: 115ffb9d29c857d6c2277f0f89cfccb0d2a3bb72 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "semi": true,
  "trailingComma": "es5",
  "singleQuote": false,
  "printWidth": 80,
  "tabWidth": 2,
  "useTabs": false,
  "arrowParens": "always",
  "endOfLine": "lf"
}