root
root copied to clipboard
[skip-ci][clang-format] +AllowShortEnumsOnASingleLine: false
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 };
Test Results
0 tests 0 :white_check_mark: 0s :stopwatch: 0 suites 0 :zzz: 0 files 0 :x:
Results for commit 1534551e.