carpentries / lesson-example

Example lesson using The Carpentries lesson template.
https://carpentries.github.io/lesson-example/
Other
64 stars 173 forks source link

Line wrapping #325

Open bkmgit opened 3 years ago

bkmgit commented 3 years ago

There is an issue in HPC Carpentry to wrap lines at 79 characters for easier viewing of diffs: https://github.com/carpentries-incubator/hpc-intro/issues/282 Might this be worth putting in the main lesson-example after testing it out in HPC Carpentry?

brownsarahm commented 3 years ago

maintainer hat on I like this!

I tend to do something roughly like this when I make PRs myself and occasionally will even modify slightly submitted PRs as a maintainer to move toward this, so making it officially a recommendation at least, if not a hard requirement would be nice.

maxim-belkin commented 3 years ago

There is a 100-character limit that is not enforced but checked in a permissive mode via make lesson-check-all