coding-style-tools.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [coding-style-tools]
www.codever.land/bookmarks/t/coding-style-tools
Artistic Style
http://astyle.sourceforge.net/
A tool to format C/C++/C/Obj-C/Java code. Also known as astyle.
- tags: cpp, coding-style-tools
ClangFormat
http://clang.llvm.org/docs/ClangFormat.html
A tool to format C/C++/Obj-C code.
- tags: cpp, coding-style-tools
Clang-Tidy
http://clang.llvm.org/extra/clang-tidy.html
Clang-based C++ linter tool.
- tags: cpp, coding-style-tools
Uncrustify
https://github.com/uncrustify/uncrustify
Code beautifier.
- tags: cpp, coding-style-tools
- :octocat: source code