Code Style Javascript indent problems
So, im using ESLINT, but I cannot get the Auto Indention to work properly.
This is what my ESLINT complains about. Its off by two because the export keyword start with 2 indents. (The indent settings are set to 2\2\2).
I tried to be smart and set the indent settings to 2\0\2 but then my code when flat....
Any ideas?
请先登录再写评论。
In Settings | Editor | Code Style | HTML | Other, add script to the Do not indent children of list:
Ahh, thank you Elena!
@ElenaPogorelova
You're always my savior. Thank you, and thank you very much.