Optional
alignAssignments?: booleanOptional
assignmentSpaces?: booleanWhether the INI file has spaces around the equal signs.
Defaults to false
.
Optional
bracketedArray?: booleanWhether to append []
to array keys.
Defaults to true
.
Optional
sectionIdentifier?: stringIdentifier to use for global items and to prepend to all other sections.
Defaults to #
.
Optional
sectionNewline?: booleanWhether to insert a newline after each section header.
Defaults to false
.
Optional
sort?: booleanWhether to sort sections and keys alphabetically.
Defaults to false
.
Whether to align equal signs in the INI file.
Defaults to
false
.