prettier/tests/yaml_alias/__snapshots__/jsfmt.spec.js.snap

18 lines
559 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`common.yml 1`] = `
====================================options=====================================
parsers: ["yaml"]
printWidth: 80
| printWidth
=====================================input======================================
- &abc a
- *abc
=====================================output=====================================
- &abc a
- *abc
================================================================================
`;