about summary refs log tree commit diff
path: root/users/Profpatsch/.prettierrc
blob: e97f84abaf62ffa3cfa120015c191de2999d5458 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "trailingComma": "all",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true,
  "printWidth": 90,
  "arrowParens": "avoid"
}