Marty-v58/serverfiles/.gitattributes
2024-06-01 15:52:09 -05:00

13 lines
221 B
Plaintext

### default behavior
* text=auto eol=lf
## note: eol in text auto is fixed since git 2.10 (31 aug 2016)
### windows (always crlf)
*.bat eol=crlf
*.txt eol=crlf
### unix (always lf)
*.sh eol=lf
*.bash eol=lf
*.py eol=lf