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
I'd like to know if this can be configured with a workspace setting. I have tried adjusting editor.wrappingIndent but it does not appear to influence behavior. Below I have examples that you can try yourself.
Either there is a bug in configuring workspace settings or there is no way to configure this behavior. My team is using different IDEs for TypeScript and I want to make my settings match what the rest of the team is expecting.
From @brennanMKE on March 11, 2016 20:0
I'd like to know if this can be configured with a workspace setting. I have tried adjusting
editor.wrappingIndentbut it does not appear to influence behavior. Below I have examples that you can try yourself.Either there is a bug in configuring workspace settings or there is no way to configure this behavior. My team is using different IDEs for TypeScript and I want to make my settings match what the rest of the team is expecting.
My .vscode/settings.json
{ "editor.tabSize": 2, "editor.insertSpaces": true, "editor.wrappingIndent": "same" }Extra Indenting (Things.ts)
Expected Indenting (Things.ts)
Copied from original issue: microsoft/vscode#4036