Skip to content
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

space + tab transforme to solo tab #3789

Closed
AntoineMau opened this issue May 22, 2019 · 0 comments
Closed

space + tab transforme to solo tab #3789

AntoineMau opened this issue May 22, 2019 · 0 comments

Comments

@AntoineMau
Copy link

I search a while and I coun't find my answer.
tab size is 4.
. are space
_ are tab
when a do in code :
int._a;
it stay as 1 space and 1 tab but i want that vscode transforme N spaces and 1 tab to tabs.
exemple:
int............_a;
into:
int____a;
when a press tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant