This commit is contained in:
Andrew 2023-09-02 23:59:07 -07:00 committed by GitHub
commit 5e119824b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

9
.gitattributes vendored Normal file
View File

@ -0,0 +1,9 @@
# 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

View File

@ -8,7 +8,7 @@ Software License Agreements
Licensed under the BSD 3-clause license:
Arduboy2 library:
Copyright (c) 2016-2021, Scott Allen
Copyright (c) 2016-2023, Scott Allen
All rights reserved.
The Arduboy2 library was forked from the Arduboy library: