jikan-rest/.gitattributes

11 lines
238 B
Plaintext
Raw Normal View History

2022-06-08 13:34:50 +01:00
# Auto detect text files and perform LF normalization
* text=auto
# Force batch and powershell scripts to always use CRLF
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
# Force bash scripts to always be LF
*.sh text eol=lf