깃 설정

개행 문제

# 라인 엔딩을 lf 로 처리 (커밋과 체크아웃 할 때 변경됨)
$ git config --global core.eol lf
# 라인 엔딩을 lf 로 처리 (커밋할 때 변경됨)
$ git config --global core.autocrlf input
$ git config --global --list

https://www.lesstif.com/gitbook/git-crlf-20776404.html