1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/fmt/unstable_yaml
David Sherret 0da81205d5
feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)
This moves YAML formatting behind an unstable flag for Deno 1.46. This
will make it opt-in to start and then we can remove the flag to make it
on by default in version of Deno after that.

This can be specified by doing `deno fmt --unstable-yaml` or by
specifying the following in a deno.json file:

```json
{
  "unstable": ["fmt-yaml"]
}
```
2024-08-02 13:52:48 +00:00
..
__test__.jsonc feat(unstable/fmt): move yaml formatting behind unstable flag (#24848) 2024-08-02 13:52:48 +00:00
badly_formatted.yml feat(unstable/fmt): move yaml formatting behind unstable flag (#24848) 2024-08-02 13:52:48 +00:00