--- source: crates/biome_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 Indent width: 2 Line ending: LF Line width: 80 Trailing commas: None ----- ```json { "number": 123, "string": "some-string" } ```