I know this is common, but hear me out.
context: i’ve started working on a project that uses spaces instead of tabs
- being sublime, this is not really a concern because i can still press TAB and a space indentation will come out
Also, i’m working in a vue file
The problem is with the width of one indent level.
I tried setting from sublime tab width to 4 (from 2) and try to reindent the whole file to be correctly indented, because for some reason sublime does not reindent the file after width change
Anyway. I reindent the template block - ok. I reindent the style block - ok
I get to the script block. Not ok.
For some reason when i am inside the script block, if i put a TAB, the eslint says: Expected indentation of 2 spaces but found 4. If I manually press space twice instead of TAB, it works ok because there are 2 spaces.
Can you please help me?