Files
allwpilib/glass/.styleguide
Jade 631521a980 [thirdparty] Set IMGUI_DEFINE_MATH_OPERATORS (#7899)
This avoids the need to define it early in the include order everywhere else.

Signed-off-by: Jade Turner <spacey-sooty@proton.me>
2025-04-29 08:44:17 -06:00

37 lines
413 B
Plaintext

cppHeaderFileInclude {
\.h$
\.inc$
\.inl$
}
cppSrcFileInclude {
\.cpp$
}
generatedFileExclude {
src/app/native/resources/
src/app/native/win/glass.ico
src/app/native/mac/glass.icns
}
repoRootNameOverride {
glass
}
includeOtherLibs {
^GLFW
^cscore
^fmt/
^fields/
^frc/
^google/
^imgui
portable-file-dialogs.h
^networktables/
^ntcore
^units
^wpi/
^wpigui
^wpimath/
}