diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-07-13 17:27:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-13 17:27:27 -0400 |
| commit | 294b27717c47ff6536cc12dd81241697cf84d72e (patch) | |
| tree | 604efda8720040ff6d8ec56ffddef7cf19111345 /.dprint.json | |
| parent | 0aca3f06904d2582b4f520e0b03b56bb2255c03e (diff) | |
feat(fmt): do not add a newline between a template and its tag (#15195)
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 50a40555e..fe4573cf2 100644 --- a/.dprint.json +++ b/.dprint.json @@ -46,7 +46,7 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.69.5.wasm", + "https://plugins.dprint.dev/typescript-0.70.0.wasm", "https://plugins.dprint.dev/json-0.15.3.wasm", "https://plugins.dprint.dev/markdown-0.13.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", |
