Closed robsonsobral closed 5 years ago
Could you tell me which EditorConfig setting(s) in particular is not being respected?
Of the 6 properties supported by the "EditorConfig for VS Code" extension, only "indent_style" should be affected by this plugin. This extension always uses tabs for indentation, since that's really the whole purpose of it - tabs indent, spaces align.
Or is it that you would like this extension to disable itself for certain file types?
Thank you, @j-zeppenfeld .
It's the indent_style
, yes.
I don't work only on my code. I collaborate with different teams and on open-source projects. I've some legacy code to work with, too. I use the editor config to respect the intentions of the project leader or the team.
Thank you.
Added in v0.0.2.
Hi! Thank you for the extension. it looks like, finally I gonna use smart tabs.
I'm sorry for reporting the first bug.
While using this extension, the
.editorconfig
file is disrespected.