Restore .cpp files to CRLF

This commit is contained in:
isaak654 2021-10-17 16:24:01 +02:00
parent 3a7ca4e9cf
commit 8a045a852c
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
2 changed files with 12 additions and 6 deletions

View File

@ -17,12 +17,18 @@ charset = utf-8
indent_style = space
indent_size = 2
[*.{c,cpp,h,ts,md}]
[*.{ts,md}]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = unset
[*.{c,h,cpp}]
charset = utf-8
end_of_line = crlf
indent_style = tab
indent_size = unset
[*.{txt,cmd,bat}]
charset = utf-8
end_of_line = crlf

10
.gitattributes vendored
View File

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