Interface IColorizerOptions

interface IColorizerOptions {
    tabSize?: number;
}

Hierarchy (view full)

Properties

Properties

tabSize?: number