File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ max_line_length = 79
1010
1111[Makefile.am ]
1212indent_style = tab
13+
14+ [* .yml ]
15+ indent_size = 2
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ before_install:
1717
1818script :
1919 - docker run
20- -e CI=true -e DIST=$DIST -e BSD=$BSD
21- ${NETWORK:+--network $NETWORK}
22- -t bash-completion:$DIST test/docker/docker-script.sh
20+ -e CI=true -e DIST=$DIST -e BSD=$BSD
21+ ${NETWORK:+--network $NETWORK}
22+ -t bash-completion:$DIST test/docker/docker-script.sh
2323 - if test $DIST = tools; then
24- test/run-shellcheck -f gcc bash_completion completions/!(Makefile*);
25- test/run-shellcheck -f gcc -s sh bash_completion.sh.in;
24+ test/run-shellcheck -f gcc bash_completion completions/!(Makefile*);
25+ test/run-shellcheck -f gcc -s sh bash_completion.sh.in;
2626 fi
You can’t perform that action at this time.
0 commit comments