aboutsummaryrefslogtreecommitdiffhomepage
path: root/.prettierrc
blob: 61dfe52984b91d8edca8aea01d8ab5c81613d2a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "tabWidth": 2,
  "useTabs": false,
  "htmlWhitespaceSensitivity": "ignore",
  "endOfLine": "lf",
  "overrides": [
    {
      "files": ["*.ts"],
      "options": {
        "parser": "typescript"
      }
    }
  ]
}