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

Fixed U# Assembly Definition #19

Merged

Conversation

ShingenPizza
Copy link
Contributor

@ShingenPizza ShingenPizza commented Jul 25, 2023

The U# Assembly Definition file, Assets/QvPen/QvPen.asset , does not work properly on Windows.
It's caused by its CRLF newlines transformed from LF by git because of the .gitattributes file.
Fixed by removing .gitattributes .

It's a nuclear option, but it works, and also fixes all of the other annoyances of git showing me that i've allegedly modified a file, because it was resaved by Unity with LF, and it thinks the file should've had CRLF.

Like, really, you don't need CRLF on Windows - just use anything other than the Notepad to code. Heck, even Windows 10+ Notepad handles LF.

@ureishi ureishi merged commit ba7921e into ureishi:main Aug 7, 2023
@ureishi
Copy link
Owner

ureishi commented Aug 7, 2023

ありがとうございます🙏

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.

2 participants