-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Ensure that newline is inserted after file scoped namespace declarations #77821
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
Ensure that newline is inserted after file scoped namespace declarations #77821
Conversation
|
@dotnet-policy-service agree |
|
There are some tests failing that have code like this in their expected string: which would now be: How should these cases be handled? Do I update the expected strings in those tests? |
Yup. We can review all the changes and make sure it matches our expectations. Thanks! |
...es/SharedUtilitiesAndExtensions/Compiler/CSharp/Formatting/Rules/TokenBasedFormattingRule.cs
Show resolved
Hide resolved
Done :) |
|
@CyrusNajmabadi is there anything else to do here? |
|
Nope. Looks great. Thanks for the ping and for the contribution! |
Fixes #65921
Closes #67400