Files
allwpilib/glass/.styleguide

33 lines
356 B
Plaintext
Raw Normal View History

2020-12-26 14:31:24 -08:00
cppHeaderFileInclude {
\.h$
\.inc$
\.inl$
}
cppSrcFileInclude {
\.cpp$
}
2020-12-23 13:05:44 -08:00
generatedFileExclude {
src/app/native/resources/
src/app/native/win/glass.ico
src/app/native/mac/glass.icns
}
2020-12-26 14:31:24 -08:00
repoRootNameOverride {
glass
}
includeOtherLibs {
^GLFW
^cscore
^fmt/
^frc/
2020-12-26 14:31:24 -08:00
^imgui
2022-10-08 10:01:31 -07:00
^networktables/
2020-12-26 14:31:24 -08:00
^ntcore
^wpi/
^wpigui
^wpimath/
}