--- source: crates/biome_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 Indent width: 2 Line ending: LF Line width: 80 Trailing commas: None ----- ```json { "list": [ 1, 2, 3, 5, 3, 4, 5, 6, 6 ] } ```