Fix indentation in shell scripts master
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 3 Oct 2024 15:03:49 +0000 (11:03 -0400)
committerKienan Stewart <kstewart@efficios.com>
Fri, 4 Oct 2024 12:33:50 +0000 (08:33 -0400)
commit6e67042df12b9f0f8118e9ac55d0c572e3b65e53
tree559fd987df4202cee413e1afe06e5cfb11e38c3a
parent5c221f725a6c0339e082311b2a97da1acb9951b9
Fix indentation in shell scripts

There is currently a mix of tabs and spaces in shell scripts.  The most
common style appears to be 4 spaces, so convert everything to that.
Modify `.editorconfig` to try to enforce that style.

Change-Id: Ic2c9a051a2713cc97d071bf3581952ee16985aa3
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
17 files changed:
.editorconfig
lava/kvm/generate_kvm_virsh.sh
scripts/babeltrace-benchmark/benchmark.sh
scripts/babeltrace/build.sh
scripts/binutils-gdb/build.sh
scripts/common/coverity.sh
scripts/common/print.sh
scripts/common/scan-build.sh
scripts/librseq/build.sh
scripts/liburcu/build.sh
scripts/lttng-tools/build.sh
scripts/lttng-tools/gerrit-depends-on.sh
scripts/lttng-tools/postbuild_clean_processes_coredumps.sh
scripts/lttng-tools/release.sh
scripts/lttng-ust/build.sh
scripts/packaging/test-run.sh
scripts/system-tests/checkout-modules.sh
This page took 0.037144 seconds and 4 git commands to generate.