My project has .editorconfig file with:
[*.{js}]
charset = utf-8
indent_style = space
indent_size = 4
I thought this will force my VS Code to use indent style space with 4 spaces.
I installed EditorConfig for vs code
extension from the list of extensions.
But still nothing, my newly created files don't set automatically the configured space style. What is the problem?