diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-01-13 18:47:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-13 18:49:31 +0100 |
commit | 557d9c8d7a843bf06e75b4e1a742654ccf951fa3 (patch) | |
tree | dcd96026be9c5c408ed08f9f3061962c00d0d39d /.gitignore | |
parent | 608a50b66c73d5bdfd224195b839e01b781c354c (diff) | |
download | guix-557d9c8d7a843bf06e75b4e1a742654ccf951fa3.tar guix-557d9c8d7a843bf06e75b4e1a742654ccf951fa3.tar.gz |
etc: Support indentation of whole files.
* etc/indent-package.el.in: Rename to...
* etc/indent-code.el.in: ... this. Add case for a single argument.
* doc/contributing.texi (Formatting Code): Adjust accordingly.
* configure.ac: Likewise.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5bcc734ac5..c64326e60e 100644 --- a/.gitignore +++ b/.gitignore @@ -128,4 +128,4 @@ stamp-h[0-9] tmp /doc/os-config-lightweight-desktop.texi /nix/scripts/download -/etc/indent-package.el +/etc/indent-code.el |