How in command "Reformat Code" of PhpStorm use only spaces?

Hello,
In my vue page PhpStorm 2019.2.3 with eslint used
Running command "Reformat Code" I got error in my app:
./src/views/About.vue



Module Error (from ./node_modules/eslint-loader/index.js): error: Mixed spaces and tabs (no-mixed-spaces-and-tabs) at src/views/About.vue:177:2:

 

Looks like this command use tab symbol for ident spaces and I did not find to to make that command "Reformat Code"
will use only spaces?
I found these
https://imgur.com/
options

But I do not any option I ndeed.

Is there is any ?

Thanks!

0
1 comment

Please make sure that Use tab character is _not_ enabled in Settings | Editor | Code Style | HTML, Settings | Editor | Code Style | JavaScript and Settings | Editor | Code Style | Style Sheets | CSS, Tabs and Indents

0

Please sign in to leave a comment.