Override .txt rule in .gitattributes for files under res/

This commit is contained in:
Nomura 2023-09-18 14:20:11 +02:00
parent 12af46c19d
commit 1325caf010

2
.gitattributes vendored
View File

@ -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