improve code organisation, add .rc file

This commit is contained in:
Syping 2024-02-26 11:33:39 +01:00
parent 5191dcbefc
commit 87961fe611
26 changed files with 92 additions and 83 deletions

16
.gitattributes vendored Normal file
View file

@ -0,0 +1,16 @@
* 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