hpc-carpentry / hpc-python

HPC Python lesson materials

Home Page:https://hpc-carpentry.github.io/hpc-python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrap lines at 79 characters

tkphd opened this issue · comments

The GitHub diff interface wraps lines at 80 characters. Since we use 100 characters as the max width, this makes for ugly diffs with lots of continued lines. To improve the clarity of these diffs, as well as readability in terminal text editors, we should back away from this edge, and wrap our content at 79 characters.

This is easily done with emacs, but the change would touch almost every file in the repository, so this should be coordinated with other efforts to minimize merge conflicts and the number of branch rebases to be done.