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
I saw this issue, #61 where a linting rule was adding a newline at the end of a file.
I have a similar problem where my editor is configured to make sure that all text files have an ending newline. I also have a pre-commit hook (end-of-file-fixer) which does the same thing, but it is easier to define an exception for that.
Is there a way to override, configure, or redefine the snapshot file loader to strip whitespace at the end of the file?