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

Fix Line Endings in Repo (LF -> CRLF) #67

Merged
merged 11 commits into from
Oct 12, 2022

Conversation

makubacki
Copy link
Member

@makubacki makubacki commented Oct 12, 2022

Description

Standardizes line endings in repo packages on CRLF (to align with TianoCore).

  • Breaking change?
    • Will this change break pre-existing builds or functionality without action being taken?
      POSSIBLY - A tool might break that previously depended on parsing files with LF line endings

How This Was Tested

Checked line endings after change

Integration Instructions

Verify any tools that process source files work with CRLF line endings.

Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com

@makubacki
Copy link
Member Author

I'm going to look into these errors within the next 1 - 2 hours.

@makubacki
Copy link
Member Author

I'm going to look into these errors within the next 1 - 2 hours.

Expecting it will be fixed in the most recent push

@makubacki makubacki merged commit a6195ca into microsoft:release/202202 Oct 12, 2022
makubacki added a commit to makubacki/mu_plus that referenced this pull request Oct 12, 2022
Converts line endings in the following packages:

* AdvLoggerPkg: Fix line endings (LF to CRLF)
* DfciPkg: Fix line endings (LF to CRLF)
* HidPkg: Fix line endings (LF to CRLF)
* MfciPkg: Fix line endings (LF to CRLF)
* MsCorePkg: Fix line endings (LF to CRLF)
* MsGraphicsPkg: Fix line endings (LF to CRLF)
* MsWheaPkg: Fix line endings (LF to CRLF)
* PcBdsPkg: Fix line endings (LF to CRLF)
* UefiTestingPkg: Fix line endings (LF to CRLF)
* XmlSupportPkg: Fix line endings (LF to CRLF)
* ZeroTouchPkg: Fix line endings (LF to CRLF)
(cherry picked from commit a6195ca in release/202202)

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
makubacki added a commit to makubacki/mu_plus that referenced this pull request Oct 13, 2022
Converts line endings in the following packages:

* AdvLoggerPkg: Fix line endings (LF to CRLF)
* DfciPkg: Fix line endings (LF to CRLF)
* HidPkg: Fix line endings (LF to CRLF)
* MfciPkg: Fix line endings (LF to CRLF)
* MsCorePkg: Fix line endings (LF to CRLF)
* MsGraphicsPkg: Fix line endings (LF to CRLF)
* MsWheaPkg: Fix line endings (LF to CRLF)
* PcBdsPkg: Fix line endings (LF to CRLF)
* UefiTestingPkg: Fix line endings (LF to CRLF)
* XmlSupportPkg: Fix line endings (LF to CRLF)
* ZeroTouchPkg: Fix line endings (LF to CRLF)
(cherry picked from commit a6195ca in release/202202)

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
makubacki added a commit that referenced this pull request Oct 13, 2022
Converts line endings in the following packages:

* AdvLoggerPkg: Fix line endings (LF to CRLF)
* DfciPkg: Fix line endings (LF to CRLF)
* HidPkg: Fix line endings (LF to CRLF)
* MfciPkg: Fix line endings (LF to CRLF)
* MsCorePkg: Fix line endings (LF to CRLF)
* MsGraphicsPkg: Fix line endings (LF to CRLF)
* MsWheaPkg: Fix line endings (LF to CRLF)
* PcBdsPkg: Fix line endings (LF to CRLF)
* UefiTestingPkg: Fix line endings (LF to CRLF)
* XmlSupportPkg: Fix line endings (LF to CRLF)
* ZeroTouchPkg: Fix line endings (LF to CRLF)
(cherry picked from commit a6195ca in release/202202)

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants