Squashed 'third_party/allwpilib_2019/' content from commit bd05dfa1c
Change-Id: I2b1c2250cdb9b055133780c33593292098c375b7
git-subtree-dir: third_party/allwpilib_2019
git-subtree-split: bd05dfa1c7cca74c4fac451e7b9d6a37e7b53447
diff --git a/hal/.styleguide b/hal/.styleguide
new file mode 100644
index 0000000..49d4e29
--- /dev/null
+++ b/hal/.styleguide
@@ -0,0 +1,44 @@
+cppHeaderFileInclude {
+ \.h$
+ \.hpp$
+ \.inc$
+}
+
+cppSrcFileInclude {
+ \.cpp$
+}
+
+generatedFileExclude {
+ hal/src/main/native/athena/ctre/
+ hal/src/main/native/athena/frccansae/
+ hal/src/main/native/athena/visa/
+ hal/src/main/native/include/ctre/
+ UsageReporting\.h$
+}
+
+modifiableFileExclude {
+ \.patch$
+ \.png$
+ \.py$
+ \.so$
+}
+
+repoRootNameOverride {
+ hal
+}
+
+includeOtherLibs {
+ ^FRC_FPGA_ChipObject/
+ ^FRC_NetworkCommunication/
+ ^i2clib/
+ ^llvm/
+ ^opencv2/
+ ^spilib/
+ ^support/
+ ^wpi/
+}
+
+includeProject {
+ ^ctre/
+ ^mockdata/
+}