-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit dac0093
Add additional supported file extensions to formatter script
The `.ipp` and `.tpp` file extensions, commonly used for inline or template function definitions included in C++ header
files, have now been added to the Arduino sketch specification as supported extensions. Even though it is unlikely such
extensions will ever be used in the example sketches of this repository, it is best to be comprehensive in the
extensions covered by the formatter script1 parent 8e1ec35 commit dac0093
1 file changed
+3
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
8 | + | ||
9 | + | ||
10 | + | ||
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
|
0 commit comments