llvm-project
a7aebd80 - [clang-format] Add option AllowShortRecordOnASingleLine (#154580)

Commit
10 days ago
[clang-format] Add option AllowShortRecordOnASingleLine (#154580) This patch supersedes PR #151970 by adding the option ``AllowShortRecordOnASingleLine`` that allows the following formatting: ```c++ struct foo {}; struct bar { int i; }; struct baz { int i; int j; int k; }; ``` --------- Co-authored-by: owenca <owenpiano@gmail.com>
Author
Parents
Loading