-
Notifications
You must be signed in to change notification settings - Fork 102
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
Added some styles #1280
Added some styles #1280
Conversation
…t into some-style # Conflicts: # src/Neo.Compiler.CSharp/Optimizer/Analysers/InstructionCoverage.cs # tests/Neo.Compiler.CSharp.TestContracts/Contract_GoTo.cs
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.
I merged master into this branch, manually adding copyright comments in recent new files (Break
and Continue
contracts and unit tests). If not desired, please just git push --force origin some-style:some-style
to drop my new commits.
The merge-base changed after approval.
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.
I merged master into this branch, manually adding copyright comments in recent new files (Break and Continue contracts and unit tests). If not desired, please just git push --force origin some-style:some-style to drop my new commits.
The merge-base changed after approval.
Seems to be github automatically dismissing approvals. https://github.com/orgs/community/discussions/58535 says that, closing and re-opening the PR solves the problem. |
The merge-base changed after approval.
it works~~~ |
Added some style rules, not included into .editorconfig in this pr because I need to deal with testing artifacts, this can be done in a different PR