diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2019-07-09 15:47:18 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
commit | 9e20478e6bdebc9cea49204482992471bccaf6a1 (patch) | |
tree | d732aaed923b65cf832345e7bfdc2dfe0f8cea20 /util/macos_install.sh | |
parent | 51ee2449060517a96cedb7c38b86a7de0be2ecab (diff) | |
download | qmk_firmware-9e20478e6bdebc9cea49204482992471bccaf6a1.tar.gz |
Enforce clang-format (#6293)
* Enforce clang-format on commit for core files
* forgot about tests
Diffstat (limited to 'util/macos_install.sh')
-rwxr-xr-x | util/macos_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh index f7e304424..d9ec50a7e 100755 --- a/util/macos_install.sh +++ b/util/macos_install.sh @@ -24,6 +24,6 @@ fi brew tap osx-cross/avr brew tap PX4/homebrew-px4 brew update -brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude dfu-util python3 +brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3 brew link --force avr-gcc@8 pip3 install -r ${util_dir}/../requirements.txt |