summaryrefslogtreecommitdiffstats
path: root/comm/calendar/.prettierrc
blob: 0bce966680572aee75242badc8d421f519d593d1 (plain)
1
2
3
4
5
6
7
{
  "arrowParens": "avoid",
  "endOfLine": "lf",
  "printWidth": 100,
  "tabWidth": 2,
  "trailingComma": "es5"
}