interface FormattingOptions
Options for providing formatting marks.
Properties
optional
assignment: stringThe character used to assign a value to a key; defaults to '='.
optional
lineBreak: "\n" | "\r\n"Character(s) used to break lines in the config file; defaults to '\n'. Ignored on parse.
optional
commentChar: "#" | ";" | "//"Mark to use for setting comments; expects '#', ';', '//', defaults to '#' unless another mark is found.
Use a plain assignment char or pad with spaces; defaults to false. Ignored on parse.
optional
deduplicate: booleanFilter duplicate keys from INI string output; defaults to false to preserve data parity.