-
Notifications
You must be signed in to change notification settings - Fork 3
Open
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
Labels
No labels