## 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 or filed in the [bug tracking system](https://savannah.gnu.org/bugs/?group=indent) at GNU Savannah. ### Mailing Lists/Newsgroups Email the indent bug and help list at [\](mailto:bug-indent@gnu.org). See for subscription information. Announcements about indent and most other GNU software are made on [\](mailto:info-gnu@gnu.org). ::: {#footer} ::: {.unprintable} Please send general FSF & GNU inquiries to [\](mailto:gnu@gnu.org). There are also [other ways to contact](/contact/) the FSF. Broken links and other corrections or suggestions can be sent to [\](mailto:bug-indent@gnu.org). Please see the [Translations README](/server/standards/README.translations.html) for information on coordinating and submitting translations of this article. ::: Copyright © 2007, 2008 Free Software Foundation, Inc. This page is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). Updated: \$Date: 2023/03/20 18:19:28 $ :::