mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
.styleguide now uses generalized config file format (#621)
Requires styleguide#66.
This commit is contained in:
committed by
Peter Johnson
parent
34c18ef000
commit
38dbed8e09
18
.styleguide
18
.styleguide
@@ -1,18 +1,14 @@
|
||||
cppHeaderExtensions {
|
||||
h
|
||||
hpp
|
||||
inc
|
||||
cppHeaderFileInclude {
|
||||
\.h$
|
||||
\.hpp$
|
||||
\.inc$
|
||||
}
|
||||
|
||||
cppSrcExtensions {
|
||||
cpp
|
||||
cppSrcFileInclude {
|
||||
\.cpp$
|
||||
}
|
||||
|
||||
otherExtensions {
|
||||
java
|
||||
}
|
||||
|
||||
genFileExclude {
|
||||
generatedFileExclude {
|
||||
gmock/
|
||||
ni-libraries/
|
||||
hal/src/main/native/athena/ctre/
|
||||
|
||||
Reference in New Issue
Block a user