We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, in a lot of our GoLang files, the default indentation is set at 8, we need to set it at 4.
Make sure the code compiles and does everything before pushing.
The text was updated successfully, but these errors were encountered:
Isn't it about the configuration that we set for the code editors? like in VSC we can edit the tab size to maximise and minimise. @rohansingh9001
Edit: if that is the expected thing, I can pick this up
Sorry, something went wrong.
Isn't it about the configuration that we set for the code editors? like in VSC we can edit the tab size to maximize and minimise. @rohansingh9001
This is a standard chore job. Currently, a lot of our code has tabs for indentation which looks as 8 spaces in GitHub's editor and some other places.
As best practice, we would like each tab to be replaced by 4 spaces.
Okay understood, then I will take this up and modify tabs width to 4 in all files
Sure go ahead
Hi @rohansingh9001 Please review and merge the PR and please add Hactoberfest accepted label as well
Hactoberfest accepted
Ishwarya-Selvaraj
Successfully merging a pull request may close this issue.
Currently, in a lot of our GoLang files, the default indentation is set at 8, we need to set it at 4.
Make sure the code compiles and does everything before pushing.
The text was updated successfully, but these errors were encountered: