diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-10-06 12:17:41 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-10-06 12:22:49 +0200 |
commit | e351749c4456f2fbd5fa403f66c452aad807d046 (patch) | |
tree | b14d4728016b39c3426314f747462d4970e3c1ca /doc | |
parent | 6ede81b6a46386893293b44b4ad0958f90829f21 (diff) |
doc: Add terms to concept index for "guix style".
* doc/guix.texi (Invoking guix style): Add terms to concept index.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8d6e96ab2d..523711bdf6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -14118,6 +14118,10 @@ otherwise. @section Invoking @command{guix style} @cindex @command{guix style} +@cindex styling rules +@cindex lint, code style +@cindex format, code style +@cindex format conventions The @command{guix style} command helps users and packagers alike style their package definitions and configuration files according to the latest fashionable trends. It can either reformat whole files, with the |