mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
078b5ccaff
References:
- [Git] リポジトリで改行コードを正規化する
https://zenn.dev/murnana/articles/eol-and-gitattributes
- 行終端を処理するようGitを設定する - GitHub Docs
https://docs.github.com/ja/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
* text=auto eol=lf
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.png binary
|