summaryrefslogtreecommitdiff
path: root/.dprint.json
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-04-26 17:55:48 +0530
committerGitHub <noreply@github.com>2023-04-26 17:55:48 +0530
commit036778c2e8e159ef1e586de4102f823367b7c554 (patch)
treeea512d0f475262ab2b83da3c1c4cf62a2908d2dc /.dprint.json
parentfbefceeb56ebde276fe2fe9e5bcb7ebbcdc9ab22 (diff)
chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#18846)
Closes #17242
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json
index d20b1673b..51a52d881 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -13,7 +13,9 @@
"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",
@@ -48,7 +50,8 @@
"tools/node_compat/TODO.md",
"tools/node_compat/versions",
"tools/wpt/expectation.json",
- "tools/wpt/manifest.json"
+ "tools/wpt/manifest.json",
+ "ext/websocket/autobahn/reports"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.84.0.wasm",