Make `Git` automatically normalize line endings

Ref: https://git-scm.com/docs/gitattributes#_end_of_line_conversion
This commit is contained in:
Cătălin Mariș 2017-04-08 09:26:46 +03:00
Родитель 1a9412c506
Коммит 3417d7d4af
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 37400B4AAAC45DC1
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,6 @@
# For more information about the configurations used
# in this file, please see the EditorConfig documentation:
#
# http://editorconfig.org
root = true

4
.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1,4 @@
# Automatically normalize line endings for all text-based files.
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto