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

Fix tab width across the whole file. #637

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

CubedEye
Copy link
Contributor

@CubedEye CubedEye commented Sep 4, 2024

The .prettierrc file didn't have tabWidth explicitly set, so Prettier was using the system default that was different to what was intended and making the diff huge.

Have set to 2-spaces to match the top of the file, and retabbed the whole file to 2-spaces as it was a bit of a mess of different spacings.

NOTE this was branch off #636, as I fixed it afterwards.

@CubedEye CubedEye changed the title Fix tab with across the whole file. Fix tab width across the whole file. Sep 4, 2024
@yigitguler yigitguler merged commit 0e68084 into Hipo:master Sep 4, 2024
1 check passed
@yigitguler
Copy link
Member

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants