# Force LF line endings for all text files (auto-converted to CRLF on Windows checkout) * text=auto eol=lf # XML/project files - ensure consistent line endings *.xml text eol=lf *.prj text eol=lf *.sprj text eol=lf # C/C++ source files *.c text eol=lf *.h text eol=lf *.ld text eol=lf *.tcl text eol=lf # Configuration files *.json text eol=lf *.mk text eol=lf # Binary files - no line ending conversion *.bit binary *.elf binary *.bif binary *.xsa binary *.xpfm binary