C API and .gitattributes improvements

C API: separate C++ and C Header files
.gitattributes: use cp1252 as encoding for .rc.in files
This commit is contained in:
Syping 2021-11-13 04:41:01 +01:00
parent 57f37bf88a
commit a5a501f6fe
7 changed files with 232 additions and 188 deletions

7
.gitattributes vendored
View file

@ -7,9 +7,14 @@ CMakeLists.txt 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 eol=crlf
*.rc.in text encoding=cp1252 eol=crlf
# Documentation files
Doxyfile.in text eol=lf
*.doc text eol=lf