mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07:00
Fixed: Correct .gitattributes line endings setting
Correctly force checkin LF, checkout OS native
This commit is contained in:
parent
7d2bce14c0
commit
add0d22e56
4 changed files with 34 additions and 33 deletions
3
.gitattributes
vendored
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…
Add table
Add a link
Reference in a new issue