Skip to content

Bad initial indentation config #159

@loucyx

Description

@loucyx

Every time I open a .ts file, the indendation is set to spaces instead of keeping my config of tabs. In my settings I have...

"tab_size": 4,
"translate_tabs_to_spaces": false,
"typescript_auto_format": false

... and in my .editorconfig I have ...

[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

So the problem comes from the TypeScript plugin.

How can I avoid this overwrite behavior the plugin has over my indentation settings?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions