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
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
SnippetSet doesn't by default output a trailing newline. We should ensure one is added for all files. (For example, Gemfile currently lacks the trailing newline.) This isn't strictly a bug, but it does go against widespread convention.
What
SnippetSet doesn't by default output a trailing newline. We should ensure one is added for all files. (For example,
Gemfilecurrently lacks the trailing newline.) This isn't strictly a bug, but it does go against widespread convention.