File: examples_formatter.sh

package info (click to toggle)
arduino 2%3A1.8.13%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,888 kB
  • sloc: java: 26,565; python: 8,872; cpp: 3,573; xml: 1,267; sh: 552; perl: 90; ansic: 89; makefile: 52
file content (2 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download
1
2
# you need to have astyle installed before running this
find examples -name '*.ino' -exec astyle --options=examples_formatter.conf {} \;