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

.prettierrc - github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98d650a0569d44bfa01303f8eb87a90445996278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "overrides": [
      {
        "files": ["*.html"],
        "options": {
          "parser": "go-template"
        }
      },
      {
        "files": ["*.js", "*.ts"],
        "options": {
          "printWidth": 120,
          "spaceBeforeFunctionParen": false
        }
      }
    ],
    "goTemplateBracketSpacing": true,
    "bracketSameLine": true
  }