import { type FormattingOptions } from "https://deno.land/std@0.209.0/ini/mod.ts";
Options for providing formatting marks.
Properties
Character(s) used to break lines in the config file; defaults to '\n'. Ignored on parse.
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.