diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-07 17:32:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-07 17:32:24 -0500 |
| commit | dac30af1510b12b5d81d2cd437560f8be6c2e01c (patch) | |
| tree | b75978fab2513e6c7d92a8efae8ef406680804bf /.dprint.json | |
| parent | f8bcf6be28a1aab9e3be45755aac644fc65db681 (diff) | |
feat(fmt): improve width calculation (#16982)
Formats code according to Unicode Standard Annex #11 rules
(https://crates.io/crates/unicode-width).
This aligns `deno fmt` more with prettier.
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.dprint.json b/.dprint.json index 511e674ed..22d475777 100644 --- a/.dprint.json +++ b/.dprint.json @@ -43,9 +43,9 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.78.0.wasm", - "https://plugins.dprint.dev/json-0.16.0.wasm", - "https://plugins.dprint.dev/markdown-0.14.2.wasm", + "https://plugins.dprint.dev/typescript-0.79.0.wasm", + "https://plugins.dprint.dev/json-0.17.0.wasm", + "https://plugins.dprint.dev/markdown-0.15.0.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.3.2.json@8efbbb3fcfbdf84142c3c438fbdeaf1637152a020032127c837b2b14e23261c3" ] |
