Skip to content

insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets not adding space before closing bracket. #39571

@charlieprynn

Description

@charlieprynn
  • VSCode Version: 1.18.1
  • OS Version: macOS 10.12.6

Steps to Reproduce:

  1. Set javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets to true
  2. Auto indent [{ name: 'Main' }]
  3. It becomes [ { name: 'Main' }] instead of [ { name: 'Main' } ]

Reproduces without extensions: Yes

Metadata

Metadata

Assignees

Labels

formattingSource formatter issuesjavascriptJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions