mirror of https://github.com/lxndrblz/anatole.git

lxndrblz
03.54.2025 3c3038b6a0d59b73cd6ea23b705b63911a9977bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "endOfLine": "lf",
  "semi": true,
  "singleQuote": true,
  "printWidth": 120,
  "tabWidth": 2,
  "trailingComma": "all",
  "useTabs": false,
  "overrides": [
    {
      "files": ["*.html"],
      "options": {
        "parser": "go-template"
      }
    }
  ],
  "plugins": ["prettier-plugin-go-template"]
}