[clang] [clang-format] Add an option to format integer and float literal case (PR #151590)
Justin Stitt via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 31 14:45:59 PDT 2025
================
@@ -5076,6 +5075,78 @@ the configuration (without a prefix: ``Auto``).
For example: TESTSUITE
+.. _NumericLiteralCase:
+
+**NumericLiteralCase** (``NumericLiteralCaseStyle``) :versionbadge:`clang-format 21` :ref:`ΒΆ <NumericLiteralCase>`
----------------
JustinStitt wrote:
Let's go with `clang-format 22` here.
https://github.com/llvm/llvm-project/pull/151590
More information about the cfe-commits
mailing list