Class FormattingOptions

Index

Constructor methods

Properties

Constructor methods

constructor(useTabs: boolean, spacesPerTab: number, indentSpaces: number, newLineCharacter: string): FormattingOptions

Parameters

  • useTabs: boolean
  • spacesPerTab: number
  • indentSpaces: number
  • newLineCharacter: string

Returns

FormattingOptions

Properties

public static defaultOptions: FormattingOptions

public indentSpaces: number

public newLineCharacter: string

public spacesPerTab: number

public useTabs: boolean