Skip to content

Include newline at the end of files generated by format().#100

Open
nk9 wants to merge 1 commit intoeyeseast:mainfrom
nk9:nk-eof
Open

Include newline at the end of files generated by format().#100
nk9 wants to merge 1 commit intoeyeseast:mainfrom
nk9:nk-eof

Conversation

@nk9
Copy link
Contributor

@nk9 nk9 commented Nov 19, 2022

Posix mandates a newline at the end of a file. Presently, when frontmatter generates a string using format(), it doesn't include a newline at the end. Since dump() calls format() and then just saves that string, the file is generated without a newline.

I have proposed a solution in this PR, but perhaps you would prefer to have the EOF newline added only in the dump case.

@ajunior
Copy link

ajunior commented May 4, 2023

Any news about this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants