aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 495a80fd77dcdc0ee6e1cf830e5e46fd6e22e596 (plain) (blame)
1
2
3
4
5
6
7
{
  "tabWidth": 2,
  "useTabs": false,
  "singleQuote": false,
  "bracketSpacing": true,
  "trailingComma": "all"
}