Skip to content

Commit

Permalink
feat(fmt): improve width calculation (denoland#16982)
Browse files Browse the repository at this point in the history
Formats code according to Unicode Standard Annex denoland#11 rules
(https://crates.io/crates/unicode-width).

This aligns `deno fmt` more with prettier.
  • Loading branch information
dsherret authored Dec 7, 2022
1 parent f8bcf6b commit dac30af
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 114 deletions.
6 changes: 3 additions & 3 deletions .dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
Loading

0 comments on commit dac30af

Please sign in to comment.