blob: 88b9f7acf57e161538e38c3e2c6cce61699f6d77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Auto detect text files and perform LF normalization
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.py text
*.txt text
*.MD text
*.c text
*.data text
*.in text
|