JLChnToZ / VVMW

VizVid - Brand new original video player frontend for VRChat, aims for flexibility.
https://xtl.booth.pm/items/5056077
MIT License
70 stars 6 forks source link

end_of_line = lf #35

Closed Narazaka closed 2 months ago

Narazaka commented 2 months ago

I edited the lang.json in VSCode and VSCode saves the file by CRLF that is configured by editorconfig but lang.ja in repo is LF. In git config core.autocrlf == false env, this is confused.

JLChnToZ commented 2 months ago

No, this will affect all source files. Instead, I would recommend you change core.autocrlf settings to true.

Narazaka commented 2 months ago

oh OK.