summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/.prettierrc
blob: e2c84e58f641bb807743d7a4ad957724a3917709 (plain)
1
2
3
4
5
6
{
  "arrowParens": "always",
  "printWidth": 100,
  "singleQuote": true,
  "trailingComma": "none"
}