@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Interface FormatOptions

    Options for SpEL expression formatting.

    interface FormatOptions {
        indentSize?: number;
        maxLineWidth?: number;
        spacing?: "always" | "compact";
    }
    Index
    indentSize?: number
    maxLineWidth?: number
    spacing?: "always" | "compact"