We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c411077 commit c329f57Copy full SHA for c329f57
examples_formatter.sh
@@ -1,2 +1,2 @@
1
# you need to have astyle installed before running this
2
-find examples -name '*.ino' -exec astyle --options=examples_formatter.conf {} \;
+find examples -regextype posix-extended -regex '.*\.((ino)|(h)|(cpp)|(c))$' -and -type f -exec astyle --options=examples_formatter.conf {} \;
0 commit comments