Describe the bug
Hi, it completely ignore my configuration of 3-spaces indentation.
To Reproduce
I have configured it both on VS Code:
"[restructuredtext]": {
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 3,
"editor.wordWrap": "on"
},
and in .editorconfig:
[*.rst]
indent_style = space
indent_size = 3
and when saving an .rst file it is converted to 2 spaces indentation.
3 space indentation should be like this:
-<2 spaces>text 1
<3 spaces>test2
Expected behavior
I'm expecting it to follow the configuration.
Desktop (please complete the following information):
- OS: Windows
- Architecture: x64
- ubCode version: 0.27.0