Commit Graph

1 Commits

Author SHA1 Message Date
Alex Willmer c32ea10fca Standardise newline and trailing whitespace conventions
This change aims to reduce incidental changes in pull requests caused by
configuration and UI differences in text editors. The chosen conventions
are

- unix line endings
- trim trailing whitespace
- terminate files with a newline

editorconfig is an informal convention that indicates preferred line and
file terminations to text editors and other tools. Several editors have
builtin support, and many more have plugins available.

More info at https://editorconfig.org/
2020-05-11 20:31:59 +01:00