2021-11-12 06:55:37 +01:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto eol=lf
|
|
|
|
|
|
|
|
# Development files
|
|
|
|
CMakeLists.txt text eol=lf
|
|
|
|
*.cmake text eol=lf
|
|
|
|
*.cpp text eol=lf
|
|
|
|
*.h text eol=lf
|
|
|
|
*.h.in text eol=lf
|
2021-11-13 04:41:01 +01:00
|
|
|
*.yml text eol=lf
|
2021-11-12 06:55:37 +01:00
|
|
|
|
|
|
|
# Linux development file
|
|
|
|
*.pc.in text eol=lf
|
|
|
|
|
|
|
|
# Windows development files
|
2021-11-13 04:41:01 +01:00
|
|
|
*.rc.in text encoding=cp1252 eol=crlf
|
|
|
|
|
|
|
|
# Documentation files
|
|
|
|
Doxyfile.in text eol=lf
|
|
|
|
*.doc text eol=lf
|