summaryrefslogtreecommitdiff
path: root/.dprint.json
diff options
context:
space:
mode:
authorBartek Iwańczuk <biwanczuk@gmail.com>2023-04-26 17:48:23 +0200
committerGitHub <noreply@github.com>2023-04-26 15:48:23 +0000
commit17d1c7e444542f43229a047853605ac22081abdf (patch)
treeb76a085f46b0751f5808f311d532c99aa11dedad /.dprint.json
parent38681dfa88defd1f9f3abd74cbb6c83cff597d84 (diff)
Revert "chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#… (#18856)
…18846)" This reverts commit 036778c2e8e159ef1e586de4102f823367b7c554. Keeps failing on `main` branch.
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/.dprint.json b/.dprint.json
index 51a52d881..d20b1673b 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -13,9 +13,7 @@
"associations": "**/*.rs",
"rustfmt": "rustfmt --config imports_granularity=item"
},
- "includes": [
- "**/*.{ts,tsx,js,jsx,json,md,toml,rs}"
- ],
+ "includes": ["**/*.{ts,tsx,js,jsx,json,md,toml,rs}"],
"excludes": [
".cargo_home",
".git",
@@ -50,8 +48,7 @@
"tools/node_compat/TODO.md",
"tools/node_compat/versions",
"tools/wpt/expectation.json",
- "tools/wpt/manifest.json",
- "ext/websocket/autobahn/reports"
+ "tools/wpt/manifest.json"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.84.0.wasm",