basant307/AI_Governance_Project
045
1# Set the default behavior for all files to automatically handle line endings.2# This will ensure that all text files are normalized to use LF (line feed)3# line endings in the repository, which helps prevent cross-platform issues.4* text=auto eol=lf5 6# Explicitly declare files that must have LF line endings for proper execution7# on Unix-like systems.8*.sh eol=lf9*.bash eol=lf10Makefile eol=lf11 12# Windows cmd.exe expects batch installers to be checked out with CRLF.13scripts/installation/install-qwen-standalone.bat text eol=crlf14 15# Explicitly declare binary file types to prevent Git from attempting to16# normalize their line endings.17*.png binary18*.jpg binary19*.jpeg binary20*.gif binary21*.ico binary22*.pdf binary23*.woff binary24*.woff2 binary25*.eot binary26*.ttf binary27*.otf binary28 