Skip to content

Comments

This commit fixes an inconsistency in line endings#7

Open
opensourcemechanic wants to merge 1 commit intomainfrom
fix/fix_crlf
Open

This commit fixes an inconsistency in line endings#7
opensourcemechanic wants to merge 1 commit intomainfrom
fix/fix_crlf

Conversation

@opensourcemechanic
Copy link
Contributor

Description

Type of Change

  • [ x] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring

What Changed?

Why?

How Has This Been Tested?

  • [X ] I have tested this locally
  • I have added unit tests (if applicable)
  • All existing tests pass

Checklist

  • My code follows the code style of this project
  • [ x] I have updated the documentation accordingly
  • [ x] I have read the CONTRIBUTING.md document
  • [ x] My changes generate no new warnings or errors

Screenshots (if applicable)

Additional Context

…ced with the Microsoft/DOS convention of CRLF instead of the standard LF. It also updates .gitattributes so that this wont happen in the future

Normalize line endings to LF across all files

- Convert 9 plugin files from CRLF to LF
- Add .gitattributes to enforce LF line endings going forward
- Ensures consistent cross-platform development experience
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.

1 participant