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

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