normal line endings
This commit is contained in:
parent
c988d51438
commit
24dc76ce9e
|
|
@ -0,0 +1,12 @@
|
|||
# .gitattributes - enforce sensible defaults
|
||||
* text=auto eol=lf
|
||||
|
||||
# Windows-skripte sollten CRLF behalten
|
||||
*.ps1 eol=crlf
|
||||
*.bat eol=crlf
|
||||
|
||||
# Binaries
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.webp binary
|
||||
Loading…
Reference in New Issue