mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Classify other libraries' headers properly and fix committed formatting issues (#620)
This commit is contained in:
committed by
Peter Johnson
parent
a4e781a231
commit
6e4f66cc8b
45
wpilibj/src/main/native/cpp/.styleguide
Normal file
45
wpilibj/src/main/native/cpp/.styleguide
Normal file
@@ -0,0 +1,45 @@
|
||||
cppHeaderExtensions {
|
||||
h
|
||||
hpp
|
||||
inc
|
||||
}
|
||||
|
||||
cppSrcExtensions {
|
||||
cpp
|
||||
}
|
||||
|
||||
otherExtensions {
|
||||
java
|
||||
}
|
||||
|
||||
genFileExclude {
|
||||
gmock/
|
||||
ni-libraries/
|
||||
hal/src/main/native/athena/ctre/
|
||||
hal/src/main/native/athena/frccansae/
|
||||
hal/src/main/native/athena/visa/
|
||||
hal/src/main/native/include/ctre/
|
||||
simulation/JavaGazebo/build/classes/main/gazebo/msgs/
|
||||
wpilibj/src/athena/cpp/nivision/
|
||||
UsageReporting\.h$
|
||||
}
|
||||
|
||||
modifiableFileExclude {
|
||||
wpilibj/src/arm-linux-jni/
|
||||
wpilibj/src/main/native/cpp/
|
||||
\.patch$
|
||||
\.png$
|
||||
\.py$
|
||||
\.so$
|
||||
}
|
||||
|
||||
includeOtherLibs {
|
||||
^HAL/
|
||||
^llvm/
|
||||
^opencv2/
|
||||
^support/
|
||||
}
|
||||
|
||||
includeProject {
|
||||
^ctre/
|
||||
}
|
||||
Reference in New Issue
Block a user