You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While edition the composer.json file I realized, that my IDE tried to use a different indent for the lines.
The used indents are 2 spaces for each time I press the tab-key. But my IDE tried to use a tab-stop each time.
Changing following inside the .editorconfig file worked.
# JSON-Files
[*.json]
indent_style = space
indent_size = 2
This is not a bug or something which isn't working. It is only a suggestion for making future developments and code changes much more normalized.
Keep in mind that this change will also change the indents inside the file Build/package.json as there are used tab-stops instead of spaces.
I can provide a new PR tomorrow, if wished.
The text was updated successfully, but these errors were encountered:
Suggestion
While edition the
composer.json
file I realized, that my IDE tried to use a different indent for the lines.The used indents are 2 spaces for each time I press the tab-key. But my IDE tried to use a tab-stop each time.
Changing following inside the
.editorconfig
file worked.This is not a bug or something which isn't working. It is only a suggestion for making future developments and code changes much more normalized.
Keep in mind that this change will also change the indents inside the file
Build/package.json
as there are used tab-stops instead of spaces.I can provide a new PR tomorrow, if wished.
The text was updated successfully, but these errors were encountered: