]> granicus.if.org Git - esp-idf/blob - tools/format-minimal.sh
Merge remote-tracking branch 'refs/remotes/espressif/master'
[esp-idf] / tools / format-minimal.sh
1 #!/bin/bash
2 # Runs astyle with parameters which should be checked in a pre-commit hook
3 astyle \
4         --style=otbs \
5         --indent=spaces=4 \
6         --convert-tabs \
7         --keep-one-line-statements \
8         --pad-header \
9         "$@"