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
Preserve trailing newline characters at the end of template files when present (#123)
* Add new Spin_std.Sys test
This test verifies that newline char at end of file are preserved
during templating.
This test is currently broken and is fixed by the next commit.
* Fix Spin_std.Sys.read_file
Make it preserve newline characters at the end of the template files.
Files without trailing newline make dune @fmt and git produce
warnings.
0 commit comments