Skip to content

Instantly share code, notes, and snippets.

@kickboxer
Created August 23, 2018 12:12
Show Gist options
  • Save kickboxer/710263ed096bff90fbf5558d1888d145 to your computer and use it in GitHub Desktop.
Save kickboxer/710263ed096bff90fbf5558d1888d145 to your computer and use it in GitHub Desktop.
Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
// Чтобы git не конвертировал переносы строк автоматом в crlf в скачиваемых репозиториях, прописываем это комманду:
git config --global core.autocrlf false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment