8000
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 c227a58 commit e24091cCopy full SHA for e24091c
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