add clang-format to emacs configuration (still requires clang-format to be installed...
[oweals/gnunet.git] / bootstrap
index 9d9d97b1dfcf8a4a4fbd3edc62af677883a64add..c87f375eaa0f91de65ce84fc2ecb01fb3531353a 100755 (executable)
--- 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