Struct dprint_core::formatting::parser_helpers::ParseSeparatedValuesOptions [−][src]
pub struct ParseSeparatedValuesOptions { pub prefer_hanging: bool, pub force_use_new_lines: bool, pub allow_blank_lines: bool, pub single_line_space_at_start: bool, pub single_line_space_at_end: bool, pub single_line_separator: PrintItems, pub indent_width: u8, pub multi_line_options: MultiLineOptions, pub force_possible_newline_at_start: bool, }
Fields
prefer_hanging: bool
force_use_new_lines: bool
allow_blank_lines: bool
single_line_space_at_start: bool
single_line_space_at_end: bool
single_line_separator: PrintItems
indent_width: u8
multi_line_options: MultiLineOptions
force_possible_newline_at_start: bool
Forces a possible newline at the start when there are values. If this isn’t used, then a possible newline won’t happen when the value is below the line