We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #692, @stebet contributed an .editorconfig file that is based on this - https://github.com/dotnet/runtime/blob/main/.editorconfig
.editorconfig
In this PR (rabbitmq/rabbitmq-stream-dotnet-client#78) I added the .editorconfig from this project - https://github.com/dotnet/format/blob/main/.editorconfig
We should review the settings in these files and, perhaps, take some other configs into account (https://github.com/dotnet/roslyn/blob/main/.editorconfig)
...then format all the code and add code to the GH actions to verify formatting.
@stebet let me know if you'd like me to wait for #949 updates before running dotnet format on this project.
dotnet format
The text was updated successfully, but these errors were encountered:
No worries. Go nuts :)
Sorry, something went wrong.
Run "dotnet format"
900479c
Fixes #1192 Also adds a format check to CI
lukebakken
Successfully merging a pull request may close this issue.
In #692, @stebet contributed an
.editorconfig
file that is based on this - https://github.com/dotnet/runtime/blob/main/.editorconfigIn this PR (rabbitmq/rabbitmq-stream-dotnet-client#78) I added the
.editorconfig
from this project - https://github.com/dotnet/format/blob/main/.editorconfigWe should review the settings in these files and, perhaps, take some other configs into account (https://github.com/dotnet/roslyn/blob/main/.editorconfig)
...then format all the code and add code to the GH actions to verify formatting.
@stebet let me know if you'd like me to wait for #949 updates before running
dotnet format
on this project.The text was updated successfully, but these errors were encountered: