blob: 9545db5fd62e9d754342cc53c6326cc350977546 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files
*.py text
# Enforce platform-specific encodings
*.bat text eol=crlf
*.sh text eol=lf
*.sha1 text eol=lf
# DTK keeps these files with LF
config/**/*.txt text eol=lf
|