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

.prettierrc - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b9c1c96b534aba5aebda1abdff7c64db9ef6138 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "overrides": [
      {
        "files": ["*.html"],
        "options": {
          "parser": "go-template"
        }
      }
    ]
  }