mirror of https://github.com/MLXXXp/Arduboy2.git
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
||
|
* text=auto
|
||
|
|
||
|
# Declare files that should be treated as text with explicit line endings
|
||
|
*.cpp text eol=lf
|
||
|
*.h text eol=lf
|
||
|
|
||
|
# Denote all files that are truly binary (binary is a macro for -text -diff)
|
||
|
*.png binary
|