8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# These are all binary - .asm and .hex files must have 0x1A EOF marker at the end.
|
|
*.asm binary
|
|
*.bin binary
|
|
*.hex binary
|