@ac-essentials/misc-util
    Preparing search index...

    Type Alias IniFileFormat

    IniFileFormat: TextFileFormat & { assignmentSpaces: boolean | null }

    Type Declaration

    • assignmentSpaces: boolean | null

      Whether the INI file has spaces around the equal signs.

      If null, the style is unknown.