Merge wpiformat configs (#8365)

After replacing the remaining include guards with `#pragma once`, I was
able to merge all the wpiformat configs into one file in the repo root.
This should make the config easier to reason about and maintain in the
future.
This commit is contained in:
Tyler Veness
2025-11-11 22:00:42 -08:00
committed by GitHub
parent 23906ee2f7
commit 7a04d6a6a2
117 changed files with 182 additions and 873 deletions

View File

@@ -1,20 +0,0 @@
cppHeaderFileInclude {
\.h$
\.hpp$
}
cppSrcFileInclude {
\.cpp$
}
modifiableFileExclude {
src/main/native/include/DataLogManager\.h$
}
repoRootNameOverride {
ntcoreffi
}
includeGuardRoots {
ntcoreffi/src/main/native/include/
}