Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.prettierrc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ace0e29d59ba3caf6bc3c21953ecd0802078ad93 (plain)
1
2
3
4
5
6
{
  "printWidth": 100,
  "singleQuote": true,
  "arrowParens": "always",
  "trailingComma": "all"
}