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

    Type Alias JsonFileFormatOptions

    JsonFileFormatOptions: TextFileFormatOptions & { indentation?: string }

    Type Declaration

    • Optionalindentation?: string

      The indentation string of the JSON file.

      Defaults to an empty string (no indentation).