[clang] [clang-format] Rename ExportBlockIndentation -> IndentExportBlock (PR #123493)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 18 22:05:15 PST 2025
================
@@ -1040,7 +1040,7 @@ template <> struct MappingTraits<FormatStyle> {
Style.EmptyLineBeforeAccessModifier);
IO.mapOptional("ExperimentalAutoDetectBinPacking",
Style.ExperimentalAutoDetectBinPacking);
- IO.mapOptional("ExportBlockIndentation", Style.ExportBlockIndentation);
+ IO.mapOptional("IndentExportBlock", Style.IndentExportBlock);
----------------
owenca wrote:
ditto
https://github.com/llvm/llvm-project/pull/123493
More information about the cfe-commits
mailing list