Skip to content

format.space not working #9

@ghost

Description

I am trying to use the format.space settings but it does not seem to be working. I have the below in my settings.json file and I am not getting the space before and after the key characters. In particular for JavaScript and the + sign.

"format.space": {
"language": {
"php": {
".": {
"before": 1,
"after": 1
}
},
"javascript": {
"+": {
"before": 1,
"after": 1
}
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions