Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
FormattingOptions
Class FormattingOptions
Index
Constructor methods
constructor
Properties
defaultOptions
indentSpaces
newLineCharacter
spacesPerTab
useTabs
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
Globals
TypeScript
TypeScript.ASTHelpers
TypeScript.BitMatrix
TypeScript.BitVector
TypeScript.Collections
TypeScript.CompilerDiagnostics
TypeScript.DeclarationCreator
TypeScript.Indentation
TypeScript.IntegerUtilities
TypeScript.LineMap1
TypeScript.Parser
TypeScript.PullHelpers
TypeScript.PullInstantiationHelpers
TypeScript.ScriptSnapshot
TypeScript.Services
TypeScript.Services.Breakpoints
TypeScript.Services.Formatting
TypeScript.Services.Formatting.Shared
TypeScript.SimpleText
TypeScript.Syntax
TypeScript.SyntaxFacts
TypeScript.TextFactory
TypeScript.TextUtilities
typescript-services