diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-04-18 17:49:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-04-18 18:44:13 +0200 |
commit | 6ea190f42924f74736fe21ec5bd38df105e39562 (patch) | |
tree | 2ad34581253d7280f9be53d317720c89ca1d05b5 /bootstrap | |
parent | 54682762caceae10c583e57548fe12d071d30fc1 (diff) |
add clang-format to emacs configuration (still requires clang-format to be installed globally first)
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |