Run wpiformat on merged repo (#1021)

This commit is contained in:
Tyler Veness
2018-05-13 17:09:56 -07:00
committed by Peter Johnson
parent 0babbf317c
commit 6729a7d6b1
481 changed files with 9581 additions and 6828 deletions

View File

@@ -1,5 +1,9 @@
cHeaderFileInclude {
_c\.h$
}
cppHeaderFileInclude {
\.h$
(?<!_c)\.h$
\.hpp$
\.inc$
}
@@ -8,12 +12,6 @@ cppSrcFileInclude {
\.cpp$
}
generatedFileExclude {
gmock/
src/arm-linux-jni/
src/main/native/cpp/jni/CameraServerJNI\.cpp$
}
licenseUpdateExclude {
src/main/native/cpp/default_init_allocator\.h$
}
@@ -21,11 +19,16 @@ licenseUpdateExclude {
includeGuardRoots {
cscore/src/main/native/cpp/
cscore/src/main/native/include/
cscore/src/main/test/native/cpp/
}
repoRootNameOverride {
cscore
}
includeOtherLibs {
^llvm/
^opencv2/
^support/
^tcpsockets/
^wpi/
}