--- source: crates/rome_formatter_test/src/snapshot_builder.rs info: json/array/single_line.json --- # Input ```json { "array": ["aaaaaaa", "bbbbbb", false], "indented": [ 1111, 2222, true ] } ``` ============================= # Outputs ## Output 1 ----- Indent style: Tab Line width: 80 ----- ```json { "array": ["aaaaaaa", "bbbbbb", false], "indented": [1111, 2222, true] } ```