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

chore: update prettier, run format #129

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

KevinWu098
Copy link
Member

Summary

  1. Adds a more comprehensive Prettier config
  2. Adds import sorting

Closes #128

@KevinWu098 KevinWu098 changed the title Kw/128 prettier 2 electric boogaloo chore: update prettier, run format Jul 23, 2024
@KevinWu098 KevinWu098 merged commit a96d0fa into main Jul 23, 2024
1 check passed
Comment on lines -2 to +3
"useTabs": true,
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"printWidth": 80
"tabWidth": 4,
"useTabs": false,
Copy link
Member

Choose a reason for hiding this comment

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

A bit late, but want to argue that using tabs over spaces is more accessible for users who prefer different indentation sizes.

Copy link
Member Author

@KevinWu098 KevinWu098 Jul 23, 2024

Choose a reason for hiding this comment

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

Oh that's definitely my bad, I usually put tabs instead of spaces myself -- will fix

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.

Update Prettier Config
2 participants