Skip to main content

Interface: FormatterConfig

Extended by

Properties

semicolons

semicolons: boolean

Configures Prettier code formatter to use semi-colons.

Default

true

Defined in

models.ts:838


singleQuote

singleQuote: boolean

Configures Prettier code formatter to use single quotes instead of double quotes.

Default

false

Defined in

models.ts:843


tabSize

tabSize: number

The number of spaces per indentation-level.

Default

2

Defined in

models.ts:832


trailingComma

trailingComma: boolean

Configures Prettier code formatter to use trailing commas.

Default

true

Defined in

models.ts:849


useTabs

useTabs: boolean

If true, lines are indented with tabs instead of spaces.

Default

false

Defined in

models.ts:826