mirror of
https://github.com/MiSTer-devel/InputTest_MiSTer.git
synced 2026-04-19 03:04:18 +00:00
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
# Convert linux scripts to LF permanently
|
|
*.sh text eol=lf
|
|
*.define text eol=lf
|
|
Makefile text eol=lf
|
|
CURRENT_PROJECT text eol=lf
|