mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
6 lines
355 B
Text
6 lines
355 B
Text
# Requires Git to check out files with the LF (not CRLF) line endings for files it automatically recognizes as being text-based
|
|
# The `*` targets all files
|
|
# The `text=auto` makes it apply a conversion only to files detected as text-based
|
|
# The `eol=lf` sets the conversion to an LF line ending
|
|
# https://git-scm.com/docs/gitattributes
|
|
* text=auto eol=lf
|