[clang] [clang-format] Add an option to format integer and float literal case (PR #151590)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 31 14:46:50 PDT 2025
================
@@ -382,6 +383,16 @@ struct ScalarEnumerationTraits<FormatStyle::IndentExternBlockStyle> {
}
};
+template <> struct MappingTraits<FormatStyle::NumericLiteralCaseStyle> {
----------------
HazardyKnusperkeks wrote:
Sort
https://github.com/llvm/llvm-project/pull/151590
More information about the cfe-commits
mailing list