1 2 3 4 5 6 7 8 9 10
# Enforce LF for text files in this repository * text=auto eol=lf # Ensure common script types use LF *.sh text eol=lf *.ps1 text eol=lf *.bat text eol=lf *.rs text eol=lf *.toml text eol=lf *.md text eol=lf