Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#436 normalize eol // Унифицировать переводы строк в проекте #437

Merged
merged 2 commits into from
May 10, 2022

Conversation

petypen
Copy link
Contributor

@petypen petypen commented May 9, 2022

#436 // Унифицировать переводы строк в проекте
Это страшный PR, который затрагивает 335 файлов в проекте Инструменты, но он решает задачу нормализации окончания строк.

Что сделано:
-- Создан файл .gitattributes, в котором указаны правила конвертации окончания строк, а именно

  • для текстовых файлов указан режим auto подробнее здесь
  • перечислены бинарные файлы, для которых установлен атрибут binary

-- выполнена команда $ git add --renormalize . которая преобразовала eol в моем локальном репозитории
-- изменения отправлены в удаленный репозиторий

-- нормализация окончания строк в локальном репозитории проекте Инструменты
@LevkinSergey LevkinSergey merged commit 12f0207 into cpr1c:develop May 10, 2022
@LevkinSergey
Copy link
Member

Спасибо

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants