Added extensions to .styleguide (#214)

wpilibsuite/styleguide is going to use extensions specified in .styleguide instead of hardcoded extensions. This patch should be merged first to maintain correct operation.
This commit is contained in:
Tyler Veness
2016-09-01 20:31:38 -07:00
committed by Peter Johnson
parent c989ae808b
commit 2499771cf4

View File

@@ -1,3 +1,16 @@
cExtensions {
}
cppExtensions {
cpp
h
inc
}
otherExtensions {
java
}
genFolderExclude {
\.vscode
FRC_FPGA_ChipObject