Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enforce final newlines and trim trailing whitespace
- Having trailing newlines makes diffs more readable when files are extended with more lines. Otherwise it creates unnecessary diffs which look like 2 lines have been modified (the last line and the new content). - It's already being enforced by most code linters such as Ruff anyway, so our EditorConfig went against our linter. - We should also enforce trimming of any trailing whitespace fluff at the end of lines.
- Loading branch information