Skip to content

tsserver: format correction code in session.ts doesn't respect tab versus space setting #3681

Closed
@dbaeumer

Description

@dbaeumer

The line in question is:

var spaces = generateSpaces(indentPosition);

it always generates spaces even if the user wants tabs as indentation.

Metadata

Metadata

Assignees

Labels

APIRelates to the public API for TypeScriptBugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions