Fix line endings configuration

Reference: https://stackoverflow.com/a/42135910
This commit is contained in:
Mateusz Żebrak 2022-08-04 13:07:50 +02:00 committed by Bartek Wrona
parent 30ede899cf
commit 5885515c2e
1 changed files with 1 additions and 7 deletions

8
.gitattributes vendored
View File

@ -1,13 +1,7 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=eol=lf
*.sql text
*.py text
*.cpp text
*.c text
*.h text
*.hpp text
* text=auto eol=lf
###############################################################################
# Set default behavior for command prompt diff.