Skip to content

It completely ignore my configuration of 3-spaces indentation #68

@ale5000-git

Description

@ale5000-git

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions