Add diff settings and restore .rc files to CRLF

This commit is contained in:
isaak654 2021-10-17 16:56:22 +02:00
parent 5cf8737d5a
commit 44ab2bb5e2
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 5 additions and 5 deletions

10
.gitattributes vendored
View File

@ -8,14 +8,14 @@
*.cmd text eol=crlf *.cmd text eol=crlf
*.ini text eol=crlf *.ini text eol=crlf
*.xml text *.xml text
*.c text eol=crlf *.c text eol=crlf diff=cpp
*.h text eol=crlf *.h text eol=crlf diff=cpp
*.cpp text eol=crlf *.cpp text eol=crlf diff=cpp
*.rc text *.rc text eol=crlf
*.ts text eol=lf *.ts text eol=lf
# DOCUMENTATION # DOCUMENTATION
*.md text eol=lf *.md text eol=lf diff=markdown
*.txt text eol=crlf *.txt text eol=crlf
# CONFIGS # CONFIGS