mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
Fixes spotless on windows flagging every line for being LF instead of CRLF. Developers may need to reclone to fix their local history.
33 lines
292 B
Plaintext
33 lines
292 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.jpg$
|
|
\.jpeg$
|
|
\.png$
|
|
\.gif$
|
|
\.so$
|
|
\.dll$
|
|
\.webp$
|
|
gradlew
|
|
}
|
|
|
|
includeProject {
|
|
^photonLib/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^frc/
|
|
^networktables/
|
|
^units/
|
|
^wpi/
|
|
}
|