All files generated by typedoc
should append newline at the end.
#2632
Labels
good first issue
Easier issue for first time contributors
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 thattypedoc
removed line breaks. I think it's pretty common bylinters
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.
The text was updated successfully, but these errors were encountered: