Closed
Description
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.