Skip to content

Conversation

@jamaljsr
Copy link
Member

Summary

We have some files in the project (.ts) using 4 spaces for tab and other files (.json,*.js) using 2 spaces. This PR normalizes the indentation for all files to be 2 spaces consistently.

This is done in preparation for the upcoming Session Auth PRs that will introduce many new files. There aren't any changes to the actual code or functionality, just whitespace adjusments.

Technical Notes

There are many files changed in the diff. To update all of them, I just set the tabWidth: 2 in .prettierrc and ran yarn prettier-write.

Steps to Test

You can just run the CI checks locally to confirm everything still works as expected.

yarn lint 
yarn prettier
yarn test
yarn build

Related Issues & Pull Requests

@jamaljsr jamaljsr self-assigned this Nov 19, 2025
@jamaljsr jamaljsr changed the title chore: normalize indentation to 2 spaces [SBA-01] chore: normalize indentation to 2 spaces Nov 19, 2025
@jamaljsr jamaljsr requested a review from jbrill November 19, 2025 23:34
Copy link

@jbrill jbrill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK LGTM 👍 nice change!

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.

3 participants