plugins.ts-autotag.settings.per_filetype

Per filetype config overrides.

Type: null or (attribute set of ((attribute set of anything) or raw lua code))

Default: null

Plugin default: { }

Declared by:

plugins.ts-autotag.settings.per_filetype.<name>.enable_close

Whether or not to auto close tags.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

plugins.ts-autotag.settings.per_filetype.<name>.enable_close_on_slash

Whether or not to auto close tags when a / is inserted.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

plugins.ts-autotag.settings.per_filetype.<name>.enable_rename

Whether or not to auto rename paired tags.

Type: null or boolean or raw lua code

Default: null

Plugin default: true