mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
format.py now considers files that match patterns in .gitignore to be modifiable files. Therefore, listing them in .styleguide is redundant.
66 lines
629 B
Plaintext
66 lines
629 B
Plaintext
cExtensions {
|
|
}
|
|
|
|
cppHeaderExtensions {
|
|
h
|
|
inc
|
|
}
|
|
|
|
cppSrcExtensions {
|
|
cpp
|
|
}
|
|
|
|
otherExtensions {
|
|
java
|
|
}
|
|
|
|
genFolderExclude {
|
|
FRC_FPGA_ChipObject
|
|
NetworkCommunication
|
|
ctre
|
|
frccansae
|
|
gtest
|
|
i2clib
|
|
msgs
|
|
ni-libraries
|
|
ni/vision
|
|
spilib
|
|
wpilibj/src/athena/cpp/nivision
|
|
visa
|
|
}
|
|
|
|
genFileExclude {
|
|
NIIMAQdx\.h$
|
|
can_proto\.h$
|
|
nivision\.h$
|
|
}
|
|
|
|
modifiableFolderExclude {
|
|
\.git
|
|
wpilibj/src/athena/cpp/include
|
|
wpilibj/src/athena/cpp/lib
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.patch$
|
|
\.png$
|
|
\.py$
|
|
\.so$
|
|
}
|
|
|
|
includeRelated {
|
|
}
|
|
|
|
includeCSys {
|
|
}
|
|
|
|
includeCppSys {
|
|
}
|
|
|
|
includeOtherLibs {
|
|
}
|
|
|
|
includeProject {
|
|
^ctre/
|
|
}
|