A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code.
Homepage
Download
Recent Releases
3.224 Jan 2023 21:30
minor bugfix:
* Add new option "style=webkit" for the WebKit brace style.
* Improve recognition of pointer variable types.
* Change CMake files to the quot;modern quot; format.
* Fix formatting of raw string literals with the opening #39;( #39; at the end of line (#519).
* Fix indentation of comments in a preprocessor define indented with tabs (#506).
* Fix vector limit segfault with g++-8, recursive, and -D_GLIBCXX_ASSERTIONS (#503).
* created man page
* removed deprecated options
* added quot;--mode=js quot; option
* removed upper limit of max-continuation-indent
* #535 fix raw string parsing
* #543 fix recognition of rvalue operator as reference
* #527 fix reverting effect of AttachReturnType option
* #544 fixed padding of dereference operator
* #538 added spaceship operator
* #550 fixed case indent after enum return value
* #546 fixed space deletion when aligning ref value name
* #545 fix reverting effect of maxCodeLength and AttachReturnType options
* applied IT localization patch
* improved DE localization