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

.prettierrc - github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ef8ccc8c946cf6f0e7d36d4142cfc2547d76d08 (plain)
1
2
3
4
5
6
7
{
  "semi": false,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "none",
  "bracketSpacing": true
}