blob: 47d43017a2205cd08f3cf0bc043dd617fe9c858a (
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
# decomp-toolkit writes files with LF
config/**/*.txt text eol=lf
|