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