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
Given i have an editorconfig that auto adds final new line at the end of json files
When I use rlsr
Then this new line is being trimmed
And when I save the file
Then my editorconfig re-introduces this line
Current workaround is to disable auto-adding of new lines for package.json files
But I'd really appreciate if this tool could respect my choice of final new line style
The text was updated successfully, but these errors were encountered:
Given i have an editorconfig that auto adds final new line at the end of json files
When I use rlsr
Then this new line is being trimmed
And when I save the file
Then my editorconfig re-introduces this line
Current workaround is to disable auto-adding of new lines for package.json files
But I'd really appreciate if this tool could respect my choice of final new line style
The text was updated successfully, but these errors were encountered: