mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-24 08:41:34 +02:00
18 lines
392 B
Plaintext
18 lines
392 B
Plaintext
# Set the default behavior
|
|
* text=auto eol=lf
|
|
*.{cmd,[cC][mM][dD]} text eol=crlf
|
|
*.{bat,[bB][aA][tT]} text eol=crlf
|
|
|
|
# Explicitly declare text files to always be normalized and converted to native line endings on checkout
|
|
*.cpp text
|
|
*.h text
|
|
*.py text
|
|
*.txt text
|
|
*.md text
|
|
*.yml text
|
|
|
|
# Denote all files that are truly binary and should not be modified
|
|
*.png binary
|
|
*.jpg binary
|
|
*.zip binary
|