diff options
author | ng0 <ng0@n0.is> | 2019-09-08 12:29:31 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-09-08 12:29:31 +0000 |
commit | a0fce305c565c0937d917a92712f15e9c5736260 (patch) | |
tree | 960091dc3a90d43bf228256439fde0e394b9b941 /bootstrap | |
parent | 4ffa3f5d7683ab60f3faaad0ed2e1c88a2a8c8e7 (diff) |
replace clang-format with uncrustify.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ echo "Removing folder 'libltdl'..." rm -rf libltdl -# Install clang format symlink (if possible) -ln -s contrib/conf/editors/clang-format .clang-format 2> /dev/null +# Install uncrustify format symlink (if possible) +ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null echo "checking for libtoolize / libtool... " |