--- source: crates/rome_formatter_test/src/snapshot_builder.rs info: json/array/empty_line.json --- # Input ```json { "list": [ 1, 2, 3, 5, 3, 4, 5, 6, 6 ] } ``` ============================= # Outputs ## Output 1 ----- Indent style: Tab Line width: 80 ----- ```json { "list": [ 1, 2, 3, 5, 3, 4, 5, 6, 6 ] } ```