Files
allwpilib/wpilibcExamples/.styleguide
Tyler Veness 9a8067465c Fix incomplete .styleguide (#2113)
Also clean up other .styleguides.

Fixes #2111.
2019-11-20 22:44:18 -08:00

25 lines
237 B
Plaintext

cppHeaderFileInclude {
\.h$
\.hpp$
\.inc$
}
cppSrcFileInclude {
\.cpp$
}
includeOtherLibs {
^cameraserver/
^cscore
^frc/
^frc2/
^hal/
^networktables/
^ntcore
^opencv2/
^support/
^units/
^vision/
^wpi/
}