do you have .editorconfig file in your project? Code style settings in .editorconfig override IDE formatting preferences if Enable EditorConfig support is ON in Settings | Editor | Code Style
Did you try disabling the Enable EditorConfig support option?
Also, do you have Prettier set up in Settings | Languages & Frameworks | JavaScript | Prettier? If it's configured as a default formatter, IDE own code style preferences are not respected
do you have
.editorconfigfile in your project? Code style settings in.editorconfigoverride IDE formatting preferences if Enable EditorConfig support is ON in Settings | Editor | Code Style@Elena Pogorelova nope.
Did you try disabling the Enable EditorConfig support option?
Also, do you have Prettier set up in Settings | Languages & Frameworks | JavaScript | Prettier? If it's configured as a default formatter, IDE own code style preferences are not respected