Formatting pass on CAN files

This commit is contained in:
Paul Guenette
2019-05-19 21:19:30 +02:00
parent b09e835647
commit 9503a9ce29
5 changed files with 109 additions and 103 deletions
+12 -1
View File
@@ -53,7 +53,18 @@
"chrono": "cpp",
"condition_variable": "cpp",
"future": "cpp",
"arm_math.h": "c"
"arm_math.h": "c",
"iostream": "cpp",
"cmath": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"ctime": "cpp",
"unordered_map": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"optional": "cpp",
"sstream": "cpp"
}
}
}