Clang-format-6.0
Maintainer: LLVM Packaging Team
Email: [email protected] .
Website: https://www.llvm.org/
Section: devel
Install clang-format-6.0
-
Debian
apt-get install clang-format-6.0
Click to copy -
Ubuntu
apt-get install clang-format-6.0
Click to copy -
Kali Linux
apt-get install clang-format-6.0
Click to copy
clang-format-6.0
Tool to format C/C++/Obj-C codeClang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. This package also provides vim and emacs plugins.
Installation of latest clang-format-6.0 command is available for Debian, Ubuntu and Kali. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2023 latest package from the repository and install it in your computer/server.