chore: adds .gitattributes for consistent line endings across machines
This commit is contained in:
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Единые правила переносов строк для всех машин
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Windows-скрипты — исключение, им нужен CRLF
|
||||||
|
*.bat text eol=crlf
|
||||||
|
*.cmd text eol=crlf
|
||||||
Reference in New Issue
Block a user