aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/shfmt/out.bash
AgeCommit message (Collapse)Author
2025-12-01Fix shfmt when used with apheleia-formatters-respect-indent-level (#379)Tej Chajed
The shfmt formatter produced an invalid command invocation. The symptom was an error: `eval: Invalid function: "-i"` I couldn't figure out how to splice the list in correctly but `--indent=` can be passed as one argument. --------- Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2023-03-12Revert "Update tests to fix failures from formatter definition changes"Mohsin Kaleem
This reverts commit e2062d612d487aefd23c651879d479a429f3ecea.
2023-03-12Update tests to fix failures from formatter definition changesMohsin Kaleem
2022-06-04Use spaces instead of tabs in shfmtRadon Rosborough
2022-05-12Add shfmt (#90)Ellis KenyƑ
* feat: add shfmt Add support for shfmt * Handle multiple architectures Co-authored-by: Radon Rosborough <radon.neon@gmail.com>