1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

HACKING: Mention (add-hook 'before-save-hook 'delete-trailing-whitespace)

* HACKING (Coding standards):
Mention ‘(add-hook 'before-save-hook 'delete-trailing-whitespace)’.
This commit is contained in:
Thien-Thi Nguyen 2010-06-25 18:47:12 +02:00
parent 5b379729bb
commit 554137a7e9

View file

@ -282,6 +282,9 @@ them in THANKS.
opportunistically, that is, if doing so is part of some other change).
The goal is to reduce (and over time, eliminate) spurious diffs.
For Emacs users:
(add-hook 'before-save-hook 'delete-trailing-whitespace)
Naming conventions =================================================
We use certain naming conventions to structure the considerable number