forked from mirrors/qmk_userspace
Enforce clang-format (#6293)
* Enforce clang-format on commit for core files * forgot about tests
This commit is contained in:
parent
51ee244906
commit
9e20478e6b
4 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue