diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-18 14:32:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 14:32:16 -0400 |
| commit | bf804d3ffff39dab3c7fc8a1a91538ec51276223 (patch) | |
| tree | 746a1109f6c197a3d1ac450234bb673d9124e1d2 /.dprint.json | |
| parent | 2f29673fb215885dd6b4a0f71382e05fff2f7957 (diff) | |
fix(fmt): regression where some short if stmt headers being split on multiple lines (#14292)
Closes #14291
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dprint.json b/.dprint.json index fb7786f37..e7ac47063 100644 --- a/.dprint.json +++ b/.dprint.json @@ -45,7 +45,7 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.67.0.wasm", + "https://plugins.dprint.dev/typescript-0.67.1.wasm", "https://plugins.dprint.dev/json-0.15.1.wasm", "https://plugins.dprint.dev/markdown-0.13.1.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", |
