LADX-Disassembly/.gitattributes
EpochFlame 48a18fe803 we're OK
finally

track dependencies

also fix readme typo

enforce LF line endings for linux files

shell commands purged

only remaining shell issue is the md5 shell script

testing a suspicion

gfx shell

recursive wildcard

hopefully cooperates
still has 2bpp problems

makefile find-be-gone

gfx_files is not cooperating
2024-07-30 14:43:22 -04:00

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