mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 13:13:23 +00:00
8 lines
206 B
Text
8 lines
206 B
Text
# Normalize EOL for all files that Git considers text files
|
|
* text=auto eol=lf
|
|
|
|
# Except for bat files, which are Windows only files
|
|
*.bat eol=crlf
|
|
|
|
# And some test files where the EOL matters
|
|
*.json -text
|