## Indent
------
### Introduction to Indent
The *indent* program can be used to make code easier to read. It can
also convert from one style of writing C to another. *indent*
understands a substantial amount about the syntax of C, but it also
attempts to cope with incomplete and misformed syntax.
### Downloading Indent
The latest version of *indent*: [2.2.13](https://ftp.gnu.org/gnu/indent/indent-2.2.13.tar.xz)
([sig](https://ftp.gnu.org/gnu/indent/indent-2.2.13.tar.xz.sig)) (released 2023-03-20).
*indent* can be found on in the subdirectory `/gnu/indent/`{.variable}
on your favorite [GNU mirror](/prep/ftp.html). Alternatively, download *indent*
from the [main server](https://ftp.gnu.org/gnu/indent/). For other ways to obtain
it, please read [How to get GNU Software](/software/software.html#HowToGetSoftware).
To get the latest bleeding edge cut of *indent*, use Git to clone the
source code repository:
git clone https://git.savannah.gnu.org/git/indent.git
### Documentation
indent documentation can be found at
[http://www.gnu.org/software/indent/manual/](/software/indent/manual/).
You may also find more information about indent by running
[info indent]{.kbd}, [man indent]{.kbd}, or looking at
`/usr/share/doc/indent/`{.variable} or
`/usr/local/share/doc/indent/`{.variable} on your system.
### Bug Reports
Bug reports can be sent to