Force LF on .cc

This commit is contained in:
Alexander Batalov 2022-05-23 11:25:22 +03:00
parent 99ddcd3d0e
commit 24b229aec9
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
# Force LF
*.c text eol=lf
*.cc text eol=lf
*.h text eol=lf
*.md text eol=lf
*.json text eol=lf