Files
allwpilib/.styleguide
Tyler Veness 8694a020ac Removed entries from .styleguide that are included in .gitignore (#331)
format.py now considers files that match patterns in .gitignore to be modifiable files. Therefore, listing them in .styleguide is redundant.
2016-11-05 08:39:46 -07:00

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/
}