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

Add alias for dotnet format command #3479

Closed
augustoproiete opened this issue Sep 30, 2021 · 2 comments · Fixed by #3767
Closed

Add alias for dotnet format command #3479

augustoproiete opened this issue Sep 30, 2021 · 2 comments · Fixed by #3767
Assignees
Labels
Milestone

Comments

@augustoproiete
Copy link
Member

dotnet format - Formats code to match editorconfig settings. Introduced with .NET 6 SDK.

dotnet format is a code formatter that applies style preferences to a project or solution. Preferences will be read from an .editorconfig file, if present, otherwise a default set of preferences will be used. For more information, see the EditorConfig documentation.

Docs: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format

@twenzel
Copy link
Contributor

twenzel commented Dec 14, 2021

@augustoproiete assign it to me please

@cake-build-bot
Copy link

🎉 This issue has been resolved in version v2.1.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
6 participants