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

.prettierrc - github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d0f2d4da1a7d592c8bc8faf15b28d86f75ebb60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "printWidth": 99,
  "singleQuote": false,
  "semi": false,
  "trailingComma": "none",
  "overrides": [
    {
      "files": ["*.html"],
      "options": {
        "parser": "go-template"
      }
    }
  ]
}