utokusa / OS-251

OS-251 is a synthesizer plugin
https://onsenaudio.com/products/os251
GNU General Public License v3.0
99 stars 5 forks source link

Use clang-format 11 #43

Closed utokusa closed 2 years ago

utokusa commented 2 years ago

After ubuntu 21 becomes available on github actions, maybe I can move to clang-format 13.

utokusa commented 2 years ago

For mac I installed clang-format 11 by following:

$ brew install clang-format@11
$ sudo mkdir -p /usr/local/bin
$ sudo ln -s $(which clang-format-11) /usr/local/bin/clang-format

https://stackoverflow.com/questions/68057091/how-to-make-a-system-wise-command-alias-on-macos