mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 17:16:47 -04:00
6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Patch files must stay LF: git apply matches context bytes against LF upstream sources
|
|
*.patch -text
|