1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/fmt/yaml
Bartek Iwańczuk 9a39a98b57
fix(fmt): ignore file directive for YAML files (#26717)
Closes https://github.com/denoland/deno/issues/26712

Support `# deno-fmt-ignore-file` directive for YAML files.

Also added tests for single line ignores.
2024-11-04 17:57:29 +00:00
..
__test__.jsonc fix(fmt): ignore file directive for YAML files (#26717) 2024-11-04 17:57:29 +00:00
badly_formatted.yml feat(fmt): stabilize CSS, HTML and YAML formatters (#25753) 2024-09-23 18:01:04 +02:00
ignore_file.yaml fix(fmt): ignore file directive for YAML files (#26717) 2024-11-04 17:57:29 +00:00
ignore_file2.yaml fix(fmt): ignore file directive for YAML files (#26717) 2024-11-04 17:57:29 +00:00
ignore_file3.yaml fix(fmt): ignore file directive for YAML files (#26717) 2024-11-04 17:57:29 +00:00
ignore_file4.yaml fix(fmt): ignore file directive for YAML files (#26717) 2024-11-04 17:57:29 +00:00
ignore_line.yml fix(fmt): ignore file directive for YAML files (#26717) 2024-11-04 17:57:29 +00:00
well_formatted.yml fix(fmt): --check was broken for CSS, YAML and HTML (#25848) 2024-09-24 15:54:48 +02:00
wrong_file_ignore.out fix(fmt): ignore file directive for YAML files (#26717) 2024-11-04 17:57:29 +00:00
wrong_file_ignore.yaml fix(fmt): ignore file directive for YAML files (#26717) 2024-11-04 17:57:29 +00:00