💾 Archived View for freeshell.de › tldr › astyle.gmi captured on 2023-07-10 at 14:03:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

astyle

Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
Upon running, a copy of the original file is created with an ".orig" appended to the original file name.

More information.

astyle {source_file}
astyle --style=java {path/to/file}
astyle --style=allman {path/to/file}
astyle --indent=spaces={number_of_spaces} {path/to/file}
astyle --indent=tab={number_of_tabs} {path/to/file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY