-
Notifications
You must be signed in to change notification settings - Fork 394
Tabs indentation is handled incorrectly #1441
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
Comments
In my opinion it's a different issue. So, back to provided example... Input:
Output:
Expected:
So in the "Output" string lines 4, 7 and 8 start with space, but should be with tab. |
@Stanvy PSSA has never had complete support for tabs generally speaking. Although the
|
I would say more as personal preference that I used to throughout the years. |
Issue Type: Bug
For Alman code formatting style, tabs indentation is handled incorrectly.
For example, the following code will have one space character in front of open brackets and "else" statement instead of tab:
Extension version: 2020.3.0
VS Code version: Code 1.43.2 (0ba0ca52957102ca3527cf479571617f0de6ed50, 2020-03-24T07:38:38.248Z)
OS version: Windows_NT x64 10.0.18363
The text was updated successfully, but these errors were encountered: