Skip to content
Snippets Groups Projects
Commit a146af50 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Try to solve problem of CRLF for some extensions.

parent fc1600b9
Branches
No related tags found
No related merge requests found
......@@ -15,6 +15,12 @@
*.lang text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.pp text eol=lf
*.sh text eol=lf
*.yaml text eol=lf
.bash_aliases text eol=lf
.vimrc text eol=lf
# Denote all files that are truly binary and should not be modified.
*.bmp binary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment