Add Emacs local variables for editing.

While `(visual-line-mode 1)` is definitely not my style, the file
came to us with long lines, and maintaining diffs might work better
if we leave it in place by default.
This commit is contained in:
Bradley M. Kuhn 2026-05-27 09:54:05 -07:00
parent 1049db127c
commit cad33fcc99

View file

@ -95,3 +95,9 @@ Pursuant to requirements in the CC-By-SA-4.0§3(a),the copyleft-next project has
* §3(a)(1)(A)(iv): The material as we received it contained no disclaimer of warranties beyond those already appearing in CC-By-SA4.0§5. * §3(a)(1)(A)(iv): The material as we received it contained no disclaimer of warranties beyond those already appearing in CC-By-SA4.0§5.
- In addition to the disclaimer of warranty and limitation of liability found therein, the copyleft-next project additionally issues the following disclaimer: This Contributor Covenant Code of Conduct offers no warranty or liability protection for those who might use this Code of Conduct for their own projects and endeavors. copyleft-next recommends that you start from the [upstream version of this Code of Conduct](https://git.copyleft.org/copyleft-next/copyleft-next/commit/8c5ef1028ada8bbac5147a695f83792dd60ad7c1) rather than this document. - In addition to the disclaimer of warranty and limitation of liability found therein, the copyleft-next project additionally issues the following disclaimer: This Contributor Covenant Code of Conduct offers no warranty or liability protection for those who might use this Code of Conduct for their own projects and endeavors. copyleft-next recommends that you start from the [upstream version of this Code of Conduct](https://git.copyleft.org/copyleft-next/copyleft-next/commit/8c5ef1028ada8bbac5147a695f83792dd60ad7c1) rather than this document.
<!-- Local Variables: -->
<!-- mode: markdown -->
<!-- eval: (visual-line-mode 1) -->
<!-- eval: (auto-fill-mode -1) -->
<!-- End: -->