1 2 3 4 5 6 7 8 9 10 11
# Enforce Unix line endings (LF) for all text files # This prevents "Incorrect newline style" errors in CI on Windows * text=auto eol=lf # Binary files *.png binary *.exe binary *.dll binary *.so binary *.dylib binary *.pdb binary