mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-09-03 23:42:05 +02:00
improve code organisation, add .rc file
This commit is contained in:
parent
5191dcbefc
commit
87961fe611
26 changed files with 92 additions and 83 deletions
16
.gitattributes
vendored
Normal file
16
.gitattributes
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue