summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/deno.fmt.jsonc
blob: a0a8517318b7d23b206ae890b87ad40825ac4626 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "fmt": {
    "options": {
      "useTabs": true,
      "lineWidth": 40,
      "indentWidth": 8,
      "singleQuote": true,
      "proseWrap": "always"
    }
  }
}