-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support vscode's editor.tabSize / editor.insertSpaces? #117
Comments
What is the your expected behavior? tabSize is exists in |
i believe the appropriate behavior is that editor.tabSize would be tabSize normally but if editor.insertSpaces == true then editor.tabSize would indicate indentSize. would that be possible? |
when |
I️ don’t think vscode has that option (indentSize) but I️ might have missed
it
…On Fri, Nov 10, 2017 at 6:01 PM Masahiro Wakame ***@***.***> wrote:
when convertTabsToSpaces: true, tab char replaced by indentSize: x at
current typescript implementation.
I think if you want to use "editor.insertSpaces": true, use "editor.indentSize":
x.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABE5mEzwsmz_-AHE9WpZWHmNJUS48-WVks5s1QAEgaJpZM4QY7f7>
.
|
Would be really nice to be able to control indent formatting with these two options. It seems the current options supported are only "typescript.format.etc"
The text was updated successfully, but these errors were encountered: