summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/deno.fmt.exclude.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/lsp/deno.fmt.exclude.jsonc')
-rw-r--r--cli/tests/testdata/lsp/deno.fmt.exclude.jsonc16
1 files changed, 0 insertions, 16 deletions
diff --git a/cli/tests/testdata/lsp/deno.fmt.exclude.jsonc b/cli/tests/testdata/lsp/deno.fmt.exclude.jsonc
deleted file mode 100644
index 246a40316..000000000
--- a/cli/tests/testdata/lsp/deno.fmt.exclude.jsonc
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "fmt": {
- "files": {
- "exclude": [
- "ignored.ts"
- ]
- },
- "options": {
- "useTabs": true,
- "lineWidth": 40,
- "indentWidth": 8,
- "singleQuote": true,
- "proseWrap": "always"
- }
- }
-}