[clang] [clang-format] Add xxxMaxDigitsNoSeparator (PR #164286)

via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 7 20:59:03 PST 2025


=?utf-8?q?Björn_Schäpers?= <bjoern at hazardy.de>,
=?utf-8?q?Björn_Schäpers?= <bjoern at hazardy.de>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/164286 at github.com>


owenca wrote:

Instead of adding `MaxDigitsNoSeparator` suboptions, how about extending `Decimal`, etc.? For example, `Decimal: -4` would set an upper bound of 4 digits for removing the separators whereas `Decimal: -1` would still remove all separators as before.

https://github.com/llvm/llvm-project/pull/164286


More information about the cfe-commits mailing list