Commit 639da94
committed
Break code formatting command into multiple lines
A script included in the repository formats the code in the examples according to Arduino's standard style.
Since the formatter tool does not have a recursive capability, `find` must be used. This results in a fairly long and
complex command.
Adding line breaks to split the command into its individual arguments, with indentation to indicate the structure of
these arguments makes the command easier to understand.1 parent d62f11c commit 639da94
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments