--- source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_identifier.css --- # Input ```css :first-of-type {} div :first-of-type {} div:first-of-type {} div:first-of-type div {} ``` ============================= # Outputs ## Output 1 ----- Indent style: Tab Indent width: 2 Line ending: LF Line width: 80 Quote style: Double Quotes ----- ```css :first-of-type { } div :first-of-type { } div:first-of-type { } div:first-of-type div { } ```