# Auto detect text files and perform LF normalization * text=auto # Markdown files *.md text eol=lf # Text files *.txt text eol=lf # Scripts *.sh text eol=lf *.bash text eol=lf