mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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:
parent
5b379729bb
commit
554137a7e9
1 changed files with 3 additions and 0 deletions
3
HACKING
3
HACKING
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue