Editorconfig does not match the code style
Closed this issue · 0 comments
hoegertn commented
The code style of the index.js differs from the JavaScript standard but is not reflected in the editorconfig. So the automatic reformat of IDE changes the whole file.
I think there are two options:
- Write an editorconfig to reflect the style of the index.js
- Change the index.js to default JavaScript code style (Preferred)
Any comments on this topic?