summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/yaml/ignore_line.yml
AgeCommit message (Collapse)Author
2024-11-04fix(fmt): ignore file directive for YAML files (#26717)Bartek IwaƄczuk
Closes https://github.com/denoland/deno/issues/26712 Support `# deno-fmt-ignore-file` directive for YAML files. Also added tests for single line ignores.