From a0fce305c565c0937d917a92712f15e9c5736260 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 8 Sep 2019 12:29:31 +0000 Subject: replace clang-format with uncrustify. --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index bd089f429..eeb323145 100755 --- a/bootstrap +++ b/bootstrap @@ -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... " -- cgit v1.2.3