dtranslatebot/.gitattributes
2024-02-26 11:33:39 +01:00

17 lines
287 B
Plaintext

* text=auto eol=lf
# Configuration files
*.json text eol=crlf
# Development files
CMakeLists.txt text eol=lf
*.cmake text eol=lf
*.cpp text eol=lf
*.h text eol=lf
# BSD and Linux development files
*.pc.in text eol=lf
# Windows development files
*.rc.in text encoding=cp1252 eol=crlf