Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormatCodeOptions

Hierarchy

Index

Properties

Optional BaseIndentSize

BaseIndentSize: number

ConvertTabsToSpaces

ConvertTabsToSpaces: boolean

IndentSize

IndentSize: number

IndentStyle

IndentStyle: IndentStyle

InsertSpaceAfterCommaDelimiter

InsertSpaceAfterCommaDelimiter: boolean

Optional InsertSpaceAfterConstructor

InsertSpaceAfterConstructor: boolean

InsertSpaceAfterFunctionKeywordForAnonymousFunctions

InsertSpaceAfterFunctionKeywordForAnonymousFunctions: boolean

InsertSpaceAfterKeywordsInControlFlowStatements

InsertSpaceAfterKeywordsInControlFlowStatements: boolean

Optional InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces

InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces: boolean

Optional InsertSpaceAfterOpeningAndBeforeClosingNonemptyBraces

InsertSpaceAfterOpeningAndBeforeClosingNonemptyBraces: boolean

InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets

InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets: boolean

InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis

InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean

InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces

InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces: boolean

InsertSpaceAfterSemicolonInForStatements

InsertSpaceAfterSemicolonInForStatements: boolean

Optional InsertSpaceAfterTypeAssertion

InsertSpaceAfterTypeAssertion: boolean

InsertSpaceBeforeAndAfterBinaryOperators

InsertSpaceBeforeAndAfterBinaryOperators: boolean

Optional InsertSpaceBeforeFunctionParenthesis

InsertSpaceBeforeFunctionParenthesis: boolean

NewLineCharacter

NewLineCharacter: string

PlaceOpenBraceOnNewLineForControlBlocks

PlaceOpenBraceOnNewLineForControlBlocks: boolean

PlaceOpenBraceOnNewLineForFunctions

PlaceOpenBraceOnNewLineForFunctions: boolean

TabSize

TabSize: number

Optional insertSpaceBeforeTypeAnnotation

insertSpaceBeforeTypeAnnotation: boolean

Generated using TypeDoc