Files
allwpilib/imgui/.styleguide
Peter Johnson 51fa3e851f [build] cmake: Use FetchContent instead of ExternalProject (#4714)
Also switch to using thirdparty-fonts instead of generating them.
2022-11-26 23:05:41 -08:00

21 lines
174 B
Plaintext

cppHeaderFileInclude {
\.h$
\.inc$
}
cppSrcFileInclude {
\.cpp$
}
modifiableFileExclude {
}
generatedFileExclude {
}
repoRootNameOverride {
}
includeOtherLibs {
}