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
Is your feature request related to a problem? Please describe.
Ok, so lazylock.json is very nice, but it doesn't diff well. Because JSON doesn't allow trailing commas, each new plugin adds a comma to the previous line and adds its own line, so you have two lines changed.
Which is fine, but not perfect.
If you store your lazylock.json in git with dotfiles, it'll produce confusing diffs.
Provide the option to use comma-first.
Looking at my example, I guess I might have overestimated (and underestimated) the problem a bit because lazylock is always sorted alphabetically, so that might be an option to tweak as well.
Describe alternatives you've considered
Just living with it as it is, I guess
Additional context
No response
The text was updated successfully, but these errors were encountered:
Did you check the docs?
Is your feature request related to a problem? Please describe.
Ok, so lazylock.json is very nice, but it doesn't diff well. Because JSON doesn't allow trailing commas, each new plugin adds a comma to the previous line and adds its own line, so you have two lines changed.
Which is fine, but not perfect.
If you store your lazylock.json in git with dotfiles, it'll produce confusing diffs.
Describe the solution you'd like
Provide the option to use
comma-first
.Looking at my example, I guess I might have overestimated (and underestimated) the problem a bit because
lazylock
is always sorted alphabetically, so that might be an option to tweak as well.Describe alternatives you've considered
Just living with it as it is, I guess
Additional context
No response
The text was updated successfully, but these errors were encountered: