mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
# Normalize EOL for all files that Git considers text files.
|
|
* text=auto eol=lf
|
|
# Except for Windows-only / Visual Studio files
|
|
*.bat eol=crlf
|
|
*.sln eol=crlf
|
|
*.csproj eol=crlf
|
|
|
|
*.hdr binary
|