logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

astyle - multi-language indentation and reformatting filters

Author

       Artistic Style was originally written by Tal Davidson <davidsont@bigfoot.com> and is currently maintained
       by Jim Pattee <jimp03@email.com>.

       This stub manual page was written by Matteo Cypriani <mcy@lm7.fr> for the Debian project.

astyle                                          September 6, 2014                                      ASTYLE(1)

Description

ArtisticStyle  (or  astyle)  is  a  source  code indenter, formatter and beautifier, written in C++. It
       handles the following programming languages:

              •  C

              •  C++

              •  C++/CLI

              •  Objective-C

              •  C#

              •  Java

Name

       astyle - multi-language indentation and reformatting filters

See Also

Synopsis

astyleastyle [options] File1 [File2] [...]

Usage

       For the full  usage,  please  refer  to  the  HTML  documentation  provided  with  this  distribution  in
       /usr/share/doc/astyle/html

       Please  note  that  when indenting a specific file the newly indented file retains the original filename,
       while a copy of the original file is created, with a suffix of ".orig" added to the original filename.

See Also