ccfox / CWE-FoxFork

A fork of the Cold War Enhancement to continue it in a semi-official capacity. Contains many changes from the original.
4 stars 3 forks source link

Fixed line endings #28

Closed ghost closed 1 year ago

ghost commented 1 year ago

I HATE line ending bugs

ccfox commented 1 year ago

What are the changes? For me it just shows the whole file as being replaced, but the file is replaced with an exact copy of the file.

ghost commented 1 year ago

GitHub displays line ending changes that way. The only changes should be converting LF (\n) line endings to CRLF (\r\n). GitHub saved a few files using LF instead of CRLF when this repository was added. Most files in Victoria 2 use CRLF line endings.

https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings

ccfox commented 1 year ago

I don't know what that means, but I have edited a few of these files - I'll push up those changes.

ghost commented 1 year ago

Merge conflicts fixed.

I don't know what that means, but I have edited a few of these files - I'll push up those changes.

https://en.wikipedia.org/wiki/Newline#Issues_with_different_newline_formats