diff options
Diffstat (limited to '.dprint.json')
-rw-r--r-- | .dprint.json | 7 |
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", |