-
Notifications
You must be signed in to change notification settings - Fork 16
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
Dotnet format #368
Dotnet format #368
Conversation
MrDanOak
commented
Jul 31, 2024
•
edited
Loading
edited
- add .editoconfig with sensible defaults
- run dotnet format on the solution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting with these two suggestions - I think that'll reduce most of the code churn in the PR and aligns with my preferred style. I'd like to make introduction of a formatter as unintrusive as possible. It'll make it easier to see the impact of the other editorconfig settings if there isn't as much using
reorder noise or newlines at the ends of files being deleted.
docs: update readme about building on mac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for this, this will make my life significantly easier when reviewing PRs. I was hoping that the usings/file EOL were more consistent than they were - too bad this has to touch so many files, but seems like it's unavoidable. Guess we're ripping off the band-aid!
This change adds auto-formatting for the solution. Formatting can be executed via the `dotnet format <sln_name>` command. Changes that do not comply with the formatting expectations set in the editorconfig will fail. Also adds: - global.json file for selecting 6.0 sdk - eol setting for gitattributes so checkouts work properly cross-platform with the editorconfig changes - readme updates
This change adds auto-formatting for the solution. Formatting can be executed via the `dotnet format <sln_name>` command. Changes that do not comply with the formatting expectations set in the editorconfig will fail. Also adds: - global.json file for selecting 6.0 sdk - eol setting for gitattributes so checkouts work properly cross-platform with the editorconfig changes - readme updates
This change adds auto-formatting for the solution. Formatting can be executed via the `dotnet format <sln_name>` command. Changes that do not comply with the formatting expectations set in the editorconfig will fail. Also adds: - global.json file for selecting 6.0 sdk - eol setting for gitattributes so checkouts work properly cross-platform with the editorconfig changes - readme updates
* Reboot handler (#362) Add Message_Close handler, reboot event notifier, and reboot sound effect id * Dotnet format (#368) This change adds auto-formatting for the solution. Formatting can be executed via the `dotnet format <sln_name>` command. Changes that do not comply with the formatting expectations set in the editorconfig will fail. Also adds: - global.json file for selecting 6.0 sdk - eol setting for gitattributes so checkouts work properly cross-platform with the editorconfig changes - readme updates --------- Co-authored-by: Richard Leek <richard@richardleek.com> Co-authored-by: Dan Oak <464887+MrDanOak@users.noreply.github.com>