You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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
|
|
|
|
*.yml text eol=lf
|
|
|
|
|
|
|
|
# Linux development file
|
|
|
|
*.pc.in text eol=lf
|
|
|
|
|
|
|
|
# Windows development files
|
|
|
|
*.rc.in text encoding=cp1252 eol=crlf
|
|
|
|
|
|
|
|
# Documentation files
|
|
|
|
Doxyfile.in text eol=lf
|
|
|
|
*.doc text eol=lf
|