Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All files generated by typedoc should append newline at the end. #2632

Closed
bukowa opened this issue Jul 9, 2024 · 0 comments
Closed

All files generated by typedoc should append newline at the end. #2632

bukowa opened this issue Jul 9, 2024 · 0 comments
Labels
good first issue Easier issue for first time contributors

Comments

@bukowa
Copy link
Contributor

bukowa commented Jul 9, 2024

Search terms

newline new line append ending

Expected Behavior

I often use pre-commit with end-of-file-fixer. (Makes sure files end in a newline and only a newline.)

After regenerating docs with typedoc I must review git changes where the only thing that changed is that typedoc removed line breaks. I think it's pretty common by linters in general to append/require new line at the end of the file. I don't know :)

Actual Behavior

typedoc appends new line in generated files.

Steps to reproduce the bug

Generate new documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Easier issue for first time contributors
Projects
None yet
Development

No branches or pull requests

2 participants