vrm-c / vrm.dev

Home Page:https://vrm.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdown の改行コードを `LF` に統一する

ousttrue opened this issue · comments

やる。
英語版も独自に実施する(上流 merge しない)。

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

まずこれ。

.gitattributes

* text=auto eol=lf

然る後に ja, en の作業ディレクトリを clone しなおし

git add --renormalize .