-
-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
Hi @biesbjerg ,
I constantly hit a very simple-to-fix issue.
The .editorconfig forces IDE to add a new line in the end of the file, and the regenerate command removes this newline.
So, git thinks something is updated although nothing really is.
Could it be added by default / as a configuration parameter?
To be more precise. This is what is currently generated:
{
"token": "value"
}
and this is desired output
{
"token": "value"
}
<-- newline here
Nightapes, AmirSavand, yoh-m, gabrielmaldi and P4AmirSavand
Metadata
Metadata
Assignees
Labels
No labels