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

Remove trailing whitespace #9396

Merged

Commits on Nov 3, 2023

  1. Remove trailing whitespace

    Find and replace `\s+$` in `{*.cs,*.props,*.targets}`, then reverted
    `src/Build.OM.UnitTests/Construction/WhiteSpacePreservation_Tests.cs`
    since it was explicitly working with whitespace.
    rainersigwald committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9a0cef6 View commit details
    Browse the repository at this point in the history
  2. Verify in RoslynCodeTaskFactory tests

    These were basically already manual verification-against-last-known-good, let's formalize that.
    rainersigwald committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a0bb46a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Add .git-blame-ignore-revs

    For now point to a couple of whitespace-only changes.
    rainersigwald committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    09e6eec View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main'

    Conflicts:
    	src/Tasks.UnitTests/Exec_Tests.cs
    rainersigwald committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    315ee97 View commit details
    Browse the repository at this point in the history