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

Clean-up white-space in some of the source files #6565

Merged
merged 4 commits into from
Jun 18, 2021
Merged

Clean-up white-space in some of the source files #6565

merged 4 commits into from
Jun 18, 2021

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    03a1267 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. [vs16.11] Update dependencies from dotnet/arcade (#6567)

    Update dependencies from https://github.com/dotnet/arcade build 20210615.2
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.21226.1 -> To Version 5.0.0-beta.21315.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Rainer Sigwald <[email protected]>
    3 people authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5de4459 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary files

    Missed files from previous removals
    Nirmal4G committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d3de980 View commit details
    Browse the repository at this point in the history
  3. Clean-up whitespace everywhere else

    except in Common props, targets and tasks.
    
    1. Remove all trailing spaces.
    
    2. Fixup NewLine(s) where necessary
        - Add New Line(s) between every block to make it clear.
        - Remove unnecessary New Line(s) to reduce scrolling.
    
    These are the files that would be touched by VS Editor later.
    Separating the whitespace changes early on would help reviewers.
    Nirmal4G committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f30fcce View commit details
    Browse the repository at this point in the history