Flocc
    Preparing search index...

    Interface RuleFormatOptions

    interface RuleFormatOptions {
        indent?: string;
        maxLineWidth?: number;
    }
    Index

    Properties

    indent?: string
    maxLineWidth?: number