Skip to content

Enable final newline

Annabel Gray requested to merge enable-final-newline into master

Files should always have a final newline. This results in better diffs when adding lines to the file, since SCM systems such as git won't think that you touched the last line.

Merge request reports