mirror of
https://github.com/zladx/LADX-Disassembly.git
synced 2024-11-23 04:49:57 +00:00
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
|
# 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
|
||
|
*.md5 text eol=lf
|