qpixel icon indicating copy to clipboard operation
qpixel copied to clipboard

Use consistent line endings in all source code files

Open trichoplax opened this issue 2 years ago • 1 comments

Describe the bug Currently the source code files use a mixture of \n (Linux style) and \r\n (Windows style), which causes confusing diffs when committing changes in git. For example, when editing a Windows style file on Linux, some IDEs will change all the line endings in the file, resulting in the whole file being treated as changed when committing to git.

Expected behavior Ideally we would settle on one style and apply it to all files, including markdown files.

trichoplax avatar Jun 18 '23 00:06 trichoplax

We'll standardise on Linux-style line endings. Not something I'm immediately going to go through every file and change, but if someone wants to then feel free.

ArtOfCode- avatar Jun 21 '23 14:06 ArtOfCode-