--- source: crates/biome_formatter_test/src/snapshot_builder.rs info: json/array/fill_layout.json --- # Input ```json [ 123231321, 123213213, 12312321, 12321123211232112321, 12321321, 1232132112321321123213211232132112321321 ] ``` ============================= # Outputs ## Output 1 ----- Indent style: Tab Indent width: 2 Line ending: LF Line width: 80 Trailing commas: None ----- ```json [ 123231321, 123213213, 12312321, 12321123211232112321, 12321321, 1232132112321321123213211232132112321321 ] ```