[format] Use int8_t as the underlying type of all enums in FormatStyle
It was requested here (https://reviews.llvm.org/D120398#3353053) to make the underlying type of all enums in `FormatStyle` an `int8_t`. Originally the type was changed in https://reviews.llvm.org/D93758. Reviewed By: HazardyKnusperkeks, curdeius, owenpan Differential Revision: https://reviews.llvm.org/D120884
Loading
Please sign in to comment