Fixed: Correct .gitattributes line endings setting

Correctly force checkin LF, checkout OS native
pull/1689/head
ta264 5 years ago committed by Qstick
parent a1ce5a0df1
commit 6803ef960d

3
.gitattributes vendored

@ -1,8 +1,9 @@
# Auto detect text files and perform LF normalization # Auto detect text files and perform LF normalization
*text eol=lf * text=auto
# Explicitly set bash scripts to have unix endings # Explicitly set bash scripts to have unix endings
*.sh text eol=lf *.sh text eol=lf
distribution/debian/* text eol=lf
macOS/Lidarr text eol=lf macOS/Lidarr text eol=lf
# Custom for Visual Studio # Custom for Visual Studio

Loading…
Cancel
Save