Add diff settings and restore .rc files to CRLF
This commit is contained in:
parent
5cf8737d5a
commit
44ab2bb5e2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue