13 lines
221 B
Plaintext
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
|