# Set default behavior to automatically normalize line endings * text=auto # Shell scripts should always use LF *.sh text eol=lf *.func text eol=lf *.bash text eol=lf # Windows batch files should use CRLF *.bat text eol=crlf *.cmd text eol=crlf # Configuration files should use LF *.conf text eol=lf *.config text eol=lf *.ini text eol=lf *.toml text eol=lf *.yaml text eol=lf *.yml text eol=lf *.json text eol=lf # Source code files should use LF *.js text eol=lf *.ts text eol=lf *.tsx text eol=lf *.jsx text eol=lf *.css text eol=lf *.scss text eol=lf *.html text eol=lf *.xml text eol=lf # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.db binary *.exe binary *.dll binary