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

[Go] Test file uses tabs for indentation #1361

Closed
FichteFoll opened this issue Dec 20, 2017 · 2 comments
Closed

[Go] Test file uses tabs for indentation #1361

FichteFoll opened this issue Dec 20, 2017 · 2 comments

Comments

@FichteFoll
Copy link
Collaborator

Noticed this via SublimeText/PackageDev#177.

Using tabs is not recommended because it will break your tests if you find yourself with mixed indentation between code and test lines or when they don't start at the same indent level, which isn't that hard to run into.

@deathaxe
Copy link
Collaborator

deathaxe commented Dec 4, 2018

@FichteFoll @wbond fixed by the Go Rework

@FichteFoll
Copy link
Collaborator Author

🎉 14a35f6

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

2 participants