Interface LinesBuilderOptions

interface LinesBuilderOptions {
    eol?: string;
    indent?: string | number;
    indentEmpty?: boolean;
    skipEmpty?: boolean;
    skipFirstLevelIndent?: boolean;
    trimLeft?: boolean;
    trimRight?: boolean;
}

Properties

eol?: string
indent?: string | number
indentEmpty?: boolean
skipEmpty?: boolean
skipFirstLevelIndent?: boolean
trimLeft?: boolean
trimRight?: boolean

Generated using TypeDoc