mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
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:
committed by
Peter Johnson
parent
c989ae808b
commit
2499771cf4
13
.styleguide
13
.styleguide
@@ -1,3 +1,16 @@
|
||||
cExtensions {
|
||||
}
|
||||
|
||||
cppExtensions {
|
||||
cpp
|
||||
h
|
||||
inc
|
||||
}
|
||||
|
||||
otherExtensions {
|
||||
java
|
||||
}
|
||||
|
||||
genFolderExclude {
|
||||
\.vscode
|
||||
FRC_FPGA_ChipObject
|
||||
|
||||
Reference in New Issue
Block a user