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:
billti
changed the title
Salsa formatting honours tab vs spaces setting only sometimes?
Formatting honours tab vs spaces setting only sometimes?
Jan 28, 2016
From @alexandrudima on January 27, 2016 13:6
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:
Copied from original issue: microsoft/vscode#2443
The text was updated successfully, but these errors were encountered: