shellfmt/.editorconfig: enable trim whitespaces, run shellfmt, no actual code changes (#4849)

- shellfmt: bump to 3.6.0 (run with `bash lib/tools/shellfmt.sh`)
- .editorconfig: rationalize, remove duplicated logic
This commit is contained in:
Ricardo Pardini
2023-02-23 05:24:41 -03:00
committed by GitHub
parent c2004faf9c
commit 2f7423d0e4
18 changed files with 45 additions and 75 deletions

View File

@@ -50,6 +50,6 @@ compile_armbian-config() {
run_host_command_logged rsync --remove-source-files -r "${tmp_dir}/${armbian_config_dir}.deb" "${DEB_STORAGE}/"
done_with_temp_dir "${cleanup_id}" # changes cwd to "${SRC}" and fires the cleanup function early
done_with_temp_dir "${cleanup_id}" # changes cwd to "${SRC}" and fires the cleanup function early
}