summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/html/badly_formatted.html
AgeCommit message (Collapse)Author
2024-09-23feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)Bartek IwaƄczuk
This commits stabilizes CSS, HTML and YAML formatters in `deno fmt`. It is no longer required to use either of these flags: - `--unstable-css` - `--unstable-html` - `--unstable-yaml` Or these `unstable` options in the config file: - `fmt-css` - `fmt-html` - `html-yaml`