aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-types/.prettierrc
blob: 2a9dc5dc4c3314cb75c9e4dd7d43d908870bd670 (plain) (blame)
1
2
3
4
5
6
{
  "arrowParens": "avoid",
  "printWidth": 80,
  "trailingComma": "all",
  "useTabs": false
}