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

alexanderdavide
24.33.2021 be4954d5c0ed9c8878723a3988af804801ee54bc
chore: configure prettier
1 files added
17 ■■■■■ changed files
.prettierrc 17 ●●●●● patch | view | raw | blame | history
.prettierrc
New file
@@ -0,0 +1,17 @@
{
  "endOfLine": "lf",
  "semi": true,
  "singleQuote": true,
  "printWidth": 120,
  "tabWidth": 2,
  "trailingComma": "all",
  "useTabs": false,
  "overrides": [
    {
      "files": ["*.html"],
      "options": {
        "parser": "go-template"
      }
    }
  ]
}