# Auto detect text files and perform LF normalization
* text=auto
# 셸 스크립트는 어떤 OS에서 체크아웃해도 LF — Windows 러너(autocrlf=true)가
# CRLF로 바꾸면 bash가 \r을 명령 일부로 읽어 깨진다.
*.sh text eol=lf
