plugins.rust-tools.server.joinLines.joinAssignments

Join lines merges consecutive declaration and initialization of an assignment.

Type: null or boolean

Default: null

Plugin default: true

Declared by:

plugins.rust-tools.server.joinLines.joinElseIf

Join lines inserts else between consecutive ifs.

Type: null or boolean

Default: null

Plugin default: true

Declared by:

plugins.rust-tools.server.joinLines.removeTrailingComma

Join lines removes trailing commas.

Type: null or boolean

Default: null

Plugin default: true

Declared by:

plugins.rust-tools.server.joinLines.unwrapTrivialBlock

Join lines unwraps trivial blocks.

Type: null or boolean

Default: null

Plugin default: true

Declared by: