--- source: crates/rome_formatter_test/src/snapshot_builder.rs info: json/object/multi_line.json --- # Input ```json { "number": 123, "string": "some-string" } ``` ============================= # Outputs ## Output 1 ----- Indent style: Tab Line width: 80 ----- ```json { "number": 123, "string": "some-string" } ```