mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Some C++ files had been checked in with CRLF line endings. This fixes those and also fixes future commits.
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
*.cpp text
|
|
*.gradle text eol=lf
|
|
*.h text
|
|
*.inc text
|
|
*.java text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.xml text eol=lf
|
|
|
|
# Generated files
|
|
hal/src/generated/** linguist-generated
|
|
ntcore/src/generated/** linguist-generated
|
|
wpimath/src/generated/** linguist-generated
|