root icon indicating copy to clipboard operation
root copied to clipboard

[skip-ci][clang-format] +AllowShortEnumsOnASingleLine: false

Open silverweed opened this issue 1 year ago • 1 comments

Without this, clang-format will try to collapse "short" enums on a single line. Unfortunately, this hinders readability in some cases, as this for example is considered "short":

enum ENTupleStructure { kInvalid, kLeaf, kCollection, kRecord, kVariant, kUnsplit, kUnknown };

silverweed avatar Oct 04 '24 12:10 silverweed

Test Results

0 tests   0 :white_check_mark:  0s :stopwatch: 0 suites  0 :zzz: 0 files    0 :x:

Results for commit 1534551e.

github-actions[bot] avatar Oct 04 '24 12:10 github-actions[bot]