Class FormattingConfiguration

Constructors

Properties

debugNewlines: boolean = false

When set to true the formatter adds a comment to each newline describing its purpose.

definitionsOnly: boolean = false

When sets to true the printer does not print bodies of functions and modules. Used for generating focumentation stubs.

indentChar: string = " "
indentCount: number = 4
moduleInstantiationBreakLength: number = 40