Files
mruby-mruby/.gitattributes
T
dearblue 078b5ccaff Add .gitattributes for newline code normalization
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
2023-09-17 13:52:48 +09:00

5 lines
84 B
Plaintext

* text=auto eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.png binary