Нормалізувати кінці рядків: у репозиторії LF
This commit is contained in:
parent
15d22a8d8a
commit
82036a4592
1 changed files with 8 additions and 0 deletions
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# У репозиторії — завжди LF. Інакше .sql і .sh, написані на Windows,
|
||||
# ламаються на Linux-стенді, де все це реально виконується.
|
||||
* text=auto eol=lf
|
||||
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.svg text eol=lf
|
||||
*.ps1 text eol=crlf
|
||||
Loading…
Add table
Reference in a new issue