Code editor
vscode, cursor
Platform
linux
Version
1.43.0
What steps will reproduce the bug?
Set "bashIde.shfmt.ignoreEditorconfig": true
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
It should ignore .editorconfig
What do you see instead?
It aways uses .editorconfig, e.g.
- in .editorconfig, change
indent_size
- save test.sh
- it will reformat using the updated indent size, even though
bashIde.shfmt.ignoreEditorconfig is disabled
Additional information
No response
Code editor
vscode, cursor
Platform
linux
Version
1.43.0
What steps will reproduce the bug?
Set
"bashIde.shfmt.ignoreEditorconfig": trueHow often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
It should ignore
.editorconfigWhat do you see instead?
It aways uses
.editorconfig, e.g.indent_sizebashIde.shfmt.ignoreEditorconfigis disabledAdditional information
No response