cmder/.gitattributes

8 lines
160 B
Plaintext
Raw Normal View History

# Auto detect text files and perform LF normalization
* text=auto
2018-03-13 23:38:27 +08:00
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
*.md text eol=lf
*.sh text eol=lf