Skip to content

VSCode doesn't pick up changes to editorconfig [tab + indent_size] #459

@AuthorProxy

Description

@AuthorProxy

for example ~/.editorconfig

root = true

[*]
charset = utf-8
end_of_line = lf
max_line_length = 120

tab_width = 2

[*.sql]
indent_size = 8
indent_style = tab

NeoVIM correctly renders 4 tabs, while VScode renders only 1 tab. If I change to spaces both render 8 spaces, last versions of all editors, plugins etc. macos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions