You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Place your settings in this file to overwrite default and user settings.
{
"typescript.tsdk": "C:\\Alex\\salsa\\node_modules\\typescript\\lib",
"editor.tabSize": 4,
"editor.insertSpaces": false
}
If I have a function indented with 5 spaces, and choose format, the 5 spaces get replaced with a tab:
functionhowdyAgain(name){return'hi';}
If I have the same function indented with 4 spaces, and choose format, the 4 spaces do not get replaced with a tab:
functionhowdyAgain(name){return'hi';}
The text was updated successfully, but these errors were encountered:
Testing #2218
I have the following settings:
If I have a function indented with 5 spaces, and choose format, the 5 spaces get replaced with a tab:
If I have the same function indented with 4 spaces, and choose format, the 4 spaces do not get replaced with a tab:
The text was updated successfully, but these errors were encountered: