Add git maintenance file

- Add `.gitattributes` to normalize line endings.
- Bonus: Update Copyright year.
This commit is contained in:
Andrew Dent 2023-01-08 21:37:32 +00:00
parent ca1c3ae024
commit 310e602d91
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: Licensed under the BSD 3-clause license:
Arduboy2 library: Arduboy2 library:
Copyright (c) 2016-2021, Scott Allen Copyright (c) 2016-2023, Scott Allen
All rights reserved. All rights reserved.
The Arduboy2 library was forked from the Arduboy library: The Arduboy2 library was forked from the Arduboy library: