Force end-of-line#83
Open
MaddTheSane wants to merge 1 commit into
Open
Conversation
Specifically, those that currently end in crlf are marked so. Also ignore xcuserdata/
b2e2bb4 to
15e3f83
Compare
There was a problem hiding this comment.
Pull request overview
This PR standardizes line-ending handling by adding .gitattributes rules and re-saving a set of existing source files to align with the intended EOL policy. It also adds a Git ignore rule intended to keep Xcode user-specific state out of the repository.
Changes:
- Added
.gitattributesto normalize text files and explicitly pin EOLs (includingeol=crlffor specific existing files). - Updated multiple existing source files with no content changes (EOL normalization only).
- Added
.gitignoreentry forxcuserdata/.
Reviewed changes
Copilot reviewed 1 out of 22 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| WinZipJPEG/JPEG.h | No functional changes; EOL normalization. |
| WinZipJPEG/JPEG.c | No functional changes; EOL normalization. |
| WinZipJPEG/Dependencies | No functional changes; EOL normalization. |
| lzma/Types.h | No functional changes; EOL normalization. |
| lzma/Lzma2Dec.h | No functional changes; EOL normalization. |
| lzma/Lzma2Dec.c | No functional changes; EOL normalization. |
| lzma/BraIA64.c | No functional changes; EOL normalization. |
| lzma/Bra86.c | No functional changes; EOL normalization. |
| lzma/Bra.h | No functional changes; EOL normalization. |
| lzma/Bra.c | No functional changes; EOL normalization. |
| Crypto/des.h | No functional changes; EOL normalization. |
| Crypto/des.c | No functional changes; EOL normalization. |
| Crypto/brg_endian.h | No functional changes; EOL normalization. |
| Crypto/aestab.h | No functional changes; EOL normalization. |
| Crypto/aeskey.c | No functional changes; EOL normalization. |
| Crypto/aescrypt.c | No functional changes; EOL normalization. |
| Crypto/aes.h | No functional changes; EOL normalization. |
| .gitignore | Adds ignore rule for xcuserdata/. |
| .gitattributes | Adds repository-wide text normalization and explicit EOL rules for selected files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
Hi @MaddTheSane — apologies for the silence on this one, it's long overdue for a look. The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Force end-of-line on a few files.
Specifically, those that currently end in crlf are marked so.
Also ignore xcuserdata/