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