mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Override .txt rule in .gitattributes for files under res/
This commit is contained in:
parent
12af46c19d
commit
1325caf010
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -20,7 +20,9 @@ meson.build text eol=lf
|
|||
*.yml text eol=lf
|
||||
*.ini text eol=lf
|
||||
*.csv text eol=lf
|
||||
|
||||
*.txt text eol=lf
|
||||
/res/**/*.txt text eol=unset
|
||||
|
||||
lib/msl/include/MSL_C/* text eol=lf
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user