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

Correct indentation support #93

Closed
DarkPark opened this issue Sep 7, 2019 · 3 comments
Closed

Correct indentation support #93

DarkPark opened this issue Sep 7, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@DarkPark
Copy link

DarkPark commented Sep 7, 2019

Please do not ignore current indentation options (4 spaces) and not always force 2 spaces.

@DarkPark DarkPark changed the title Indentation support Correct indentation support Sep 7, 2019
keesschollaart81 added a commit that referenced this issue Sep 7, 2019
@keesschollaart81 keesschollaart81 self-assigned this Sep 7, 2019
@keesschollaart81 keesschollaart81 added the bug Something isn't working label Sep 7, 2019
@keesschollaart81
Copy link
Owner

You're right! WIth the next version you'll be able to update the default tabSize (2) using the settings:

{
    "editor.tabSize": 7
}

@DarkPark
Copy link
Author

DarkPark commented Sep 7, 2019

thank you for your work! looking forward to it :)

@keesschollaart81
Copy link
Owner

Note to future self: Remeber that this tabSize property is overwritten by VS Code because this value is auto detected. To disable this behaviour set editor.detectIndentation to false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants