Posts tagged with clang-format
-
clang-format as a git filter
Jan 27, 2019clang-format is a tool that can format source code of C-like languages (C / C++ / Java / JavaScript / Objective-C / Protobuf). It supports various presets but it is also possible to fine tune its behavior with a configuration file named
.clang-format
. It has quite a lot configuration options.