From 41aecf40551173f2fbd82ac877cc88e9ff012825 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 12 Oct 2019 18:25:20 +0000 Subject: add yapf style --- bootstrap | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 3972863be..12c7f41f3 100755 --- a/bootstrap +++ b/bootstrap @@ -21,8 +21,19 @@ else echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development" fi -echo "checking for libtoolize / libtool... " +# yapf can be a suffixed binary, don't change the essential logic +# of this if you change it. +if existence yapf || existence yapf3.0 || existence yapf3.1 || existence yapf3.2 || existence yapf3.3 || existence yapf3.4 || existence yapf3.5 || existence yapf3.6 || existence yapf3.7 || existence yapf3.8 || existence yapf3.9 || existence yapf4.0; then + echo "Installing yapf symlink" + # Install yapf style symlink (if possible) + ln -s contrib/conf/.style.yapf 2> /dev/null +else + echo "yapf not detected, please install yapf if you plan on contributing python code" +fi + + +echo "checking for libtoolize / libtool... " if existence libtool || existence libtoolize || existence glibtoolize || existence slibtool; then autoreconf -if -- cgit v1.2.3