We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1ff7f commit fe2ae42Copy full SHA for fe2ae42
vroom/shfmt.vroom
@@ -73,6 +73,7 @@ It can format specific line ranges of code using :FormatLines.
73
$ echo "my name is:"
74
$ echo "foo"
75
$ }
76
+ $ bar() { echo "my name is:"; echo "bar"; }
77
foo() {
78
echo "my name is:"
79
echo "foo"
0 commit comments