CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

ClangFormat as alternative formatter

Last modified: 30 November 2023

ClangFormat is a popular code formatting tool that helps maintain common code style across team members and IDEs. It provides an option to store formatting settings in special YAML files named .clang-format or _clang-format. In CLion, you can use ClangFormat as an alternative to the built-in code formatter.