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