-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Code editor
vscode
Platform
Linux
Version
mads-hartmann.bash-ide-vscode@1.43.0
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior?
When editorconfig
[[bash]]
switch_case_indent = truex.sh formatted into
#!/bin/bash
case "$1" in
42)
echo 42
;;
esacWhat do you see instead?
When editorconfig
[[bash]]
switch_case_indent = true#!/bin/bash
case "$1" in
42)
echo 42
;;
esacAdditional information
When editorconfig empty
x.sh formatted into
#!/bin/bash
case "$1" in
42)
echo 42
;;
esacWhen editorconfig
[*.sh]
switch_case_indent = truex.sh formatted into
#!/bin/bash
case "$1" in
42)
echo 42
;;
esacMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working