Files
ESP8266_RTOS_SDK/tools/format-minimal.sh
2019-08-02 14:02:26 +08:00

10 lines
203 B
Bash

#!/bin/bash
# Runs astyle with parameters which should be checked in a pre-commit hook
astyle \
--style=otbs \
--indent=spaces=4 \
--convert-tabs \
--keep-one-line-statements \
--pad-header \
"$@"