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

21 lines
591 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`indent.js 1`] = `
====================================options=====================================
parsers: ["flow", "typescript"]
printWidth: 80
| printWidth
=====================================input======================================
with (0) {}
with (0) 1;
=====================================output=====================================
with (0) {
}
with (0) 1;
================================================================================
`;