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

style: make component formatting more standard #64

Merged
merged 13 commits into from
Jul 14, 2024
Merged

style: make component formatting more standard #64

merged 13 commits into from
Jul 14, 2024

Conversation

joshka
Copy link
Member

@joshka joshka commented Jul 14, 2024

  • Reformat everything to 4 spaces and 100 characters per line
  • Remove the rust-toolchain.toml file
  • Remove the .rustfmt.toml file which had many unstable options
  • hard code the crossterm_io to use stdout instead of making this an
    option. Users can change this easily if they want to use stderr, and
    not prompting for it simplifies the template

- Reformat everything to 4 spaces and 100 characters per line
- Remove the rust-toolchain.toml file
- Remove the .rustfmt.toml file which had many unstable options
- hard code the crossterm_io to use stdout instead of making this an
  option. Users can change this easily if they want to use stderr, and
  not prompting for it simplifies the template
@joshka joshka requested a review from kdheepak July 14, 2024 16:56
@joshka joshka merged commit 0c081ee into main Jul 14, 2024
3 checks passed
@joshka joshka deleted the jm/formatting branch July 14, 2024 22:49
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