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 conflicting formatting by using prettier for everything #33

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

ejizba
Copy link
Contributor

@ejizba ejizba commented Feb 5, 2024

Related to conversation here: #32 (comment)

We use prettier for TypeScript files but the default formatter from VS Code (whatever that is) for other file types. This PR makes it so that we use prettier for all files, which should prevent any conflicts.

I split this into two commits, the first modifies the settings and the second formats all files.

@ejizba ejizba requested a review from castrodd February 5, 2024 23:58
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