M
M
Maxim Zolotoy2020-08-01 09:44:04
phpstorm
Maxim Zolotoy, 2020-08-01 09:44:04

How to indent in phpstorm in code style?

After updating to version 2020.2, the code began to stick in vue components

, it was like this, for example

<style lang="scss" scoped>
    @import 'resources/scss/variables';
    @import 'resources/scss/mixins';

    .name {

    }
</style>


And it became like this.
<style lang="scss" scoped>
@import 'resources/scss/variables';
@import 'resources/scss/mixins';

.name {

}
</style>


And in the js block the same thing. terribly annoying. How to fix it? I did not find such settings in the code style

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Zolotoy, 2020-08-01
@spacenear

I already found the answer myself. It can be seen on the screen what needs to be done - it can be useful to someone.
5f2511af3527a373917445.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question