summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 2d9183fe30ad8ef01f1e90601ecdf9a9249f5cb2 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "singleQuote": true,
  "useTabs": false,
  "tabWidth": 2,
  "trailingComma": "es5",
  "printWidth": 80,
  "semi": true,
  "bracketSpacing": true,
  "arrowParens": "avoid"
}