genshin-langdata icon indicating copy to clipboard operation
genshin-langdata copied to clipboard

Add .gitattributes to convert crlf to lf

Open xicri opened this issue 5 months ago • 6 comments

From https://github.com/xicri/genshin-langdata/issues/189#issuecomment-2360918462

Also, if "git config core.autocrlf" is set to true, you will need to remove the following line from .editorconfig.

end_of_line = lf

I will try to solve this issue by adding .gitattributes with * text=auto eol=lf.

xicri avatar Sep 20 '24 01:09 xicri