Typescript formatting: space in function calls
jordi-z80
0
Reputation points
In VS2022, how can I configure TypeScript formatting to add a space between the function name and the parentheses in function calls (e.g., add (1, 2) instead of add(1, 2))? I can't seem to find the setting for this.
Sign in to answer