Fixed line endings and improved script to work with Windows endings just in case
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -3,7 +3,7 @@
|
||||
|
||||
# Rust source
|
||||
*.rs text diff=rust
|
||||
*.toml text
|
||||
*.toml text eol=lf
|
||||
|
||||
# Shell scripts must keep LF even on Windows
|
||||
*.sh text eol=lf
|
||||
@@ -24,4 +24,4 @@ docs/*.docx binary
|
||||
docs/*.xlsx binary
|
||||
|
||||
# Binary / generated -- do not diff
|
||||
Cargo.lock linguist-generated=true
|
||||
Cargo.lock linguist-generated=true
|
||||
|
||||
Reference in New Issue
Block a user