Files
allwpilib/wpilibcExamples/.styleguide

27 lines
255 B
Plaintext

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