From 6ea190f42924f74736fe21ec5bd38df105e39562 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Apr 2019 17:49:08 +0200 Subject: add clang-format to emacs configuration (still requires clang-format to be installed globally first) --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 9d9d97b1d..c87f375ea 100755 --- a/bootstrap +++ b/bootstrap @@ -3,6 +3,9 @@ echo "Removing folder 'libltdl'..." rm -rf libltdl +# Install clang format symlink (if possible) +ln -s contrib/conf/editors/clang-format .clang-format &> /dev/null + echo "checking for libtoolize / libtool... " # This is more portable than `which' but comes with -- cgit v1.2.3